GArrowBooleanDataType
GArrowBooleanDataType — Boolean data type
|
|
Functions
garrow_boolean_data_type_new ()
GArrowBooleanDataType *
garrow_boolean_data_type_new (void
);
Returns
The newly created boolean data type.
Types and Values
struct GArrowBooleanDataType
struct GArrowBooleanDataType;
It wraps arrow::BooleanType
.