Closed kylebarron closed 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?
RecordBatchReader
ArrayReader
See https://github.com/geoarrow/geoarrow-rs/pull/637
Maybe
RecordBatchReader
should represent data that is meant to be a record batch for each item in the iterator, and something likeArrayReader
should represent an arbitrary array stream?