Constructor

ArrowInt8Scalarnew

since: 5.0.0

Declaration [src]

GArrowInt8Scalar*
garrow_int8_scalar_new (
  gint8 value
)

Description

No description available.

Available since: 5.0.0

Parameters

value

Type: gint8

The value of this scalar.

Return value

Type: GArrowInt8Scalar

A newly created GArrowInt8Scalar.

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