kylebarron / arro3

A minimal Python library for Apache Arrow, connecting to the Rust arrow crate
https://kylebarron.dev/arro3
Apache License 2.0
100 stars 7 forks source link

Include RecordBatchReader #8

Closed kylebarron closed 5 months ago

kylebarron commented 5 months ago

Maybe RecordBatchReader should represent data that is meant to be a record batch for each item in the iterator, and something like ArrayReader should represent an arbitrary array stream?

kylebarron commented 5 months ago

See https://github.com/geoarrow/geoarrow-rs/pull/637