Constructor

ArrowTime64Scalarnew

Declaration [src]

GArrowTime64Scalar*
garrow_time64_scalar_new (
  GArrowTime64DataType* data_type,
  gint64 value
)

Description

No description available.
Available since:5.0.0

Parameters

data_type GArrowTime64DataType
 

A GArrowTime64DataType for this scalar.

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

The value of this scalar.

Return value

Returns: GArrowTime64Scalar
 

A newly created GArrowTime64Scalar.

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