Constructor
ArrowTimestampScalarnew
since: 5.0.0
Declaration [src]
GArrowTimestampScalar*
garrow_timestamp_scalar_new (
  GArrowTimestampDataType* data_type,
  gint64 value
)
Parameters
- data_type
- 
            Type: GArrowTimestampDataTypeA GArrowTimestampDataTypefor this scalar.The data is owned by the caller of the function. 
- value
- 
            Type: gint64The value of this scalar. 
Return value
Type: GArrowTimestampScalar
A newly created GArrowTimestampScalar.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |