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