Constructor

ArrowInt8Scalarnew

Declaration [src]

GArrowInt8Scalar*
garrow_int8_scalar_new (
  gint8 value
)

Description

No description available.
Available since:5.0.0

Parameters

value gint8
 

The value of this scalar.

Return value

Returns: GArrowInt8Scalar
 

A newly created GArrowInt8Scalar.

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