Constructor
ArrowTime32Scalarnew
Declaration [src]
GArrowTime32Scalar*
garrow_time32_scalar_new (
GArrowTime32DataType* data_type,
gint32 value
)
Parameters
data_type |
GArrowTime32DataType |
A |
|
The data is owned by the caller of the function. | |
value |
gint32 |
The value of this scalar. |
Return value
Returns: | GArrowTime32Scalar |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |