Andy Grove created ARROW-9758:
---------------------------------
Summary: [Rust] [DataFusion] Implement extension API for DataFusion
Key: ARROW-9758
URL: https://issues.apache.org/jira/browse/ARROW-9758
Project: Apache Arrow
Issue Type: Improvement
Components: Rust, Rust - DataFusion
Reporter: Andy Grove
Assignee: Andy Grove
Fix For: 2.0.0
I would like the ability to extend DataFusion by providing my own:
* Logical plan optimization rules
* Physical query planner for converting logical plan to physical plan
Later, I would also like to be able to provide physical plan optimization rules
but we don't have a physical optimizer yet.
These changes would allow people to extend DataFusion easily without
implementing their own competing DataFrame APIs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)