GArrowInt32DataType

GArrowInt32DataType — 32-bit integer data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowInt32DataType

Description

GArrowInt32DataType is a class for 32-bit integer data type.

Functions

garrow_int32_data_type_new ()

GArrowInt32DataType *
garrow_int32_data_type_new (void);

Returns

The newly created 32-bit integer data type.

Types and Values

struct GArrowInt32DataType

struct GArrowInt32DataType;

It wraps arrow::Int32Type.