Constructor

ArrowBooleanScalarnew

since: 5.0.0

Declaration [src]

GArrowBooleanScalar*
garrow_boolean_scalar_new (
  gboolean value
)

Description

No description available.

Available since: 5.0.0

Parameters

value

Type: gboolean

The value of this scalar.

Return value

Type: GArrowBooleanScalar

A newly created GArrowBooleanScalar.

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