Constructor

ArrowInt64Scalarnew

Declaration [src]

GArrowInt64Scalar*
garrow_int64_scalar_new (
  gint64 value
)

Description

No description available.
Available since:5.0.0

Parameters

value gint64
 

The value of this scalar.

Return value

Returns: GArrowInt64Scalar
 

A newly created GArrowInt64Scalar.

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