Top | ![]() |
![]() |
![]() |
![]() |
GArrowListArray is a class for list array. It can store zero or more list data.
GArrowListArray is immutable. You need to use GArrowListArrayBuilder to create a new array.
GArrowDataType *
garrow_list_array_get_value_type (GArrowListArray *array
);
GArrowArray * garrow_list_array_get_value (GArrowListArray *array
,gint64 i
);