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