Constructor

ArrowUInt32Scalarnew

Declaration [src]

GArrowUInt32Scalar*
garrow_uint32_scalar_new (
  guint32 value
)

Description

No description available.
Available since:5.0.0

Parameters

value guint32
 

The value of this scalar.

Return value

Returns: GArrowUInt32Scalar
 

A newly created GArrowUInt32Scalar.

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