Constructor

ArrowUInt64Scalarnew

Declaration [src]

GArrowUInt64Scalar*
garrow_uint64_scalar_new (
  guint64 value
)

Description

No description available.
Available since:5.0.0

Parameters

value guint64
 

The value of this scalar.

Return value

Returns: GArrowUInt64Scalar
 

A newly created GArrowUInt64Scalar.

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