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