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

Refactor schema/type handling #45

Closed Jefffrey closed 7 months ago

Jefffrey commented 7 months ago

Attempting to refactor how ORC types are handled into something more Rust-like and hopefully a bit more intuitive.

Instead of relying on static refs for the different types, encode these as Rust enum variants