apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.37k stars 3.49k forks source link

[C++] Wrap up ListView and LargeListView implementations #37249

Open felipecrv opened 1 year ago

felipecrv commented 1 year ago

Describe the enhancement requested

Not everything related to the ListView format is implemented in https://github.com/apache/arrow/pull/35345 for ease of review and collaborative reasons (more people can contribute when the work is broken down into manageable pieces):

Component(s)

C++

danepitkin commented 6 months ago

Conversion to pandas is done in https://github.com/apache/arrow/issues/40205, but can be optimized further. See https://github.com/apache/arrow/issues/40579.