Implement simple RecordBatchReader #3704
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
As part of ADBC API, we need to produce
RecordBatchReader
from data. I wasn't able to find any existing struct that produces one from aRecordBatch
orVec<RecordBatch>
. Would be happy to hear if I am mistaken! Otherwise, happy to submit a PR for this.Describe the solution you'd like
Probably something like:
Describe alternatives you've considered
Open to any alternatives.
Additional context
The text was updated successfully, but these errors were encountered: