DataFusion integration
Opened this issue · 0 comments
Jefffrey commented
I implemented a very shallow example integration with DataFusion:
Will want to flesh this out and move this code into src, so can provide support for stuff like predicate pushdown from DaraFusions point of view.
Could split this repo into two crates, one to focus on reading to Arrow (arrow-orc, akin to parquet in arrow-rs) then another for DataFusion integration code (datafusion-orc) such as a trait which implements ExecutionPlan , etc.