Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for list view type in C library #616

Closed
paleolimbot opened this issue Sep 18, 2024 · 1 comment
Closed

Add support for list view type in C library #616

paleolimbot opened this issue Sep 18, 2024 · 1 comment

Comments

@paleolimbot
Copy link
Member

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; }).

@WillAyd
Copy link
Contributor

WillAyd commented Mar 6, 2025

This was implemented in #710

@WillAyd WillAyd closed this as completed Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants