datafusion-contrib / datafusion-orc

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

Introduce generics into RLE Int decoders #57

Closed Jefffrey closed 4 months ago

Jefffrey commented 4 months ago

Closes #56

Introduce generics to the integer decoding behaviour

Will now have RLE decoders (v1 and v2) for each supported Orc integer type, instead of a generic i64/u64 decoder

Jefffrey commented 4 months ago

I intend to try keep changes smaller and just commit to main for future contributions. This is a not insignificant piece of work so thought to raise a PR for your awareness @waynexia @WenyXu