datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
30 stars 8 forks source link

Remove Reader struct, condense into Cursor #48

Closed Jefffrey closed 7 months ago

Jefffrey commented 7 months ago

Remove Reader struct and combine it into Cursor

Also implement the AsyncChunkReader trait