Composite data type classes
Composite data type classes
|
|
Includes
#include <arrow-glib/arrow-glib.h>
Functions
garrow_list_data_type_get_value_field ()
GArrowField *
garrow_list_data_type_get_value_field (GArrowListDataType *list_data_type
);
Returns
The field of value.
[transfer full]
garrow_struct_data_type_new ()
GArrowStructDataType *
garrow_struct_data_type_new (GList *fields
);
Returns
The newly created struct data type.
Types and Values
struct GArrowListDataType
struct GArrowListDataType;
It wraps arrow::ListType
.
struct GArrowStructDataType
struct GArrowStructDataType;
It wraps arrow::StructType
.