GArrowUInt8DataType

GArrowUInt8DataType — 8-bit unsigned integer data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowUInt8DataType

Description

GArrowUInt8DataType is a class for 8-bit unsigned integer data type.

Functions

garrow_uint8_data_type_new ()

GArrowUInt8DataType *
garrow_uint8_data_type_new (void);

Returns

The newly created 8-bit unsigned integer data type.

Types and Values

struct GArrowUInt8DataType

struct GArrowUInt8DataType;

It wraps arrow::UInt8Type.