GArrowStructDataType

GArrowStructDataType — Struct data type

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GArrowDataType
        ╰── GArrowStructDataType

Description

GArrowStructDataType is a class for struct data type.

Functions

garrow_struct_data_type_new ()

GArrowStructDataType *
garrow_struct_data_type_new (GList *fields);

Parameters

fields

The fields of the struct.

[element-type GArrowField]

Returns

The newly created struct data type.

Types and Values

struct GArrowStructDataType

struct GArrowStructDataType;

It wraps arrow::StructType.