Constructor

ArrowTimestampScalarnew

Declaration [src]

GArrowTimestampScalar*
garrow_timestamp_scalar_new (
  GArrowTimestampDataType* data_type,
  gint64 value
)

Description

No description available.
Available since:5.0.0

Parameters

data_type GArrowTimestampDataType
 

A GArrowTimestampDataType for this scalar.

 The data is owned by the caller of the function.
value gint64
 

The value of this scalar.

Return value

Returns: GArrowTimestampScalar
 

A newly created GArrowTimestampScalar.

 The caller of the function takes ownership of the data, and is responsible for freeing it.