Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- is duplicated by
-
ARROW-9732 [Rust] [DataFusion] Add "Physical Planner" type thing which can do optimizations
- Resolved
- links to