Constructor

ArrowInt32Scalarnew

since: 5.0.0

Declaration [src]

GArrowInt32Scalar*
garrow_int32_scalar_new (
  gint32 value
)

Description

No description available.

Available since: 5.0.0

Parameters

value

Type: gint32

The value of this scalar.

Return value

Type: GArrowInt32Scalar

A newly created GArrowInt32Scalar.

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