GArrowBooleanDataType

GArrowBooleanDataType — Boolean data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowBooleanDataType

Description

GArrowBooleanDataType is a class for 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.