GArrowStringDataType

GArrowStringDataType — UTF-8 encoded string data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowStringDataType

Description

GArrowStringDataType is a class for UTF-8 encoded string data type.

Functions

garrow_string_data_type_new ()

GArrowStringDataType *
garrow_string_data_type_new (void);

Returns

The newly created UTF-8 encoded string data type.

Types and Values

struct GArrowStringDataType

struct GArrowStringDataType;

It wraps arrow::StringType.