Constructor
ArrowTime64Scalarnew
since: 5.0.0
Declaration [src]
GArrowTime64Scalar*
garrow_time64_scalar_new (
  GArrowTime64DataType* data_type,
  gint64 value
)
Parameters
- data_type
- 
            Type: GArrowTime64DataTypeA GArrowTime64DataTypefor this scalar.The data is owned by the caller of the function. 
- value
- 
            Type: gint64The 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. |