Constructor

ArrowUInt32Scalarnew

since: 5.0.0

Declaration [src]

GArrowUInt32Scalar*
garrow_uint32_scalar_new (
  guint32 value
)

Description

No description available.

Available since: 5.0.0

Parameters

value

Type: guint32

The value of this scalar.

Return value

Type: GArrowUInt32Scalar

A newly created GArrowUInt32Scalar.

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