GArrowBinaryDataType

GArrowBinaryDataType — Binary data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowBinaryDataType

Description

GArrowBinaryDataType is a class for binary data type.

Functions

garrow_binary_data_type_new ()

GArrowBinaryDataType *
garrow_binary_data_type_new (void);

Returns

The newly created binary data type.

Types and Values

struct GArrowBinaryDataType

struct GArrowBinaryDataType;

It wraps arrow::BinaryType.