-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Projection Pushdown through user defined LogicalPlan nodes. (#9690)
* Naive support for schema preserving plans * Add mapping support between schemas * Fix name * Update comment * Update comment * Do not calculate mapping for unnecessary sections * Update datafusion/optimizer/src/optimize_projections.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * Add new tests * Add new api to get necessary columns * Add new test for multi children * Address reviews --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
- Loading branch information
1 parent
1b6ae8f
commit ba8f1af
Showing
2 changed files
with
325 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters