datafusion-contrib / datafusion-orc

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

Integer RLE v1 decoding support #9

Closed Jefffrey closed 8 months ago

Jefffrey commented 8 months ago

I have some code which I did for Integer RLE v1 decoding so I'll work on porting this over

This should also allow support for DIRECT (v1) and DICTIONARY (v1) encoding support