GArrowStructDataType
GArrowStructDataType — Struct data type
|
|
Functions
garrow_struct_data_type_new ()
GArrowStructDataType *
garrow_struct_data_type_new (GList *fields
);
Returns
The newly created struct data type.
Types and Values
struct GArrowStructDataType
struct GArrowStructDataType;
It wraps arrow::StructType
.