Constructor
ArrowTimestampScalarnew
Declaration [src]
GArrowTimestampScalar*
garrow_timestamp_scalar_new (
GArrowTimestampDataType* data_type,
gint64 value
)
Parameters
data_type |
GArrowTimestampDataType |
A |
|
The data is owned by the caller of the function. | |
value |
gint64 |
The value of this scalar. |
Return value
Returns: | GArrowTimestampScalar |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |