Constructor

ArrowUInt8Scalarnew

since: 5.0.0

Declaration [src]

GArrowUInt8Scalar*
garrow_uint8_scalar_new (
  guint8 value
)

Description

No description available.

Available since: 5.0.0

Parameters

value

Type: guint8

The value of this scalar.

Return value

Type: GArrowUInt8Scalar

A newly created GArrowUInt8Scalar.

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