Top | ![]() |
![]() |
![]() |
![]() |
GArrowStructArray is a class for struct array. It can store zero or more structs. One struct has zero or more fields.
GArrowStructArray is immutable. You need to use GArrowStructArrayBuilder to create a new array.
GArrowArray * garrow_struct_array_get_field (GArrowStructArray *array
,gint i
);
GList *
garrow_struct_array_get_fields (GArrowStructArray *array
);