You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the list view type is part of the Arrow specification, we should support it in the C library!
Possibly also in scope for this issue is to formalize how to represent a list item in ArrowArrayViewGetListElement() (possibly something like struct ArrowArrayViewSlice { struct ArrowArrayView* array_view; int64_t offset, int64_t length; }).
The text was updated successfully, but these errors were encountered:
Now that the list view type is part of the Arrow specification, we should support it in the C library!
Possibly also in scope for this issue is to formalize how to represent a list item in
ArrowArrayViewGetListElement()
(possibly something likestruct ArrowArrayViewSlice { struct ArrowArrayView* array_view; int64_t offset, int64_t length; }
).The text was updated successfully, but these errors were encountered: