Constructor

ArrowBooleanScalarnew

Declaration [src]

GArrowBooleanScalar*
garrow_boolean_scalar_new (
  gboolean value
)

Description

No description available.
Available since:5.0.0

Parameters

value gboolean
 

The value of this scalar.

Return value

Returns: GArrowBooleanScalar
 

A newly created GArrowBooleanScalar.

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