-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core): add predicate into relnode (#219)
Extracted from #193, this patch adds predicate to the relnode and refactors the memo table to store the predicates. Minimum changes are done to the df-repr to ensure it still works. Follow-ups: * Rename RelNode -> PlanNode * Rename RelNodeTyp -> PlanNodeTyp * Refactor RelNode to store RelNodeOrGroup * Remove `data` from RelNode Signed-off-by: Alex Chi <iskyzh@gmail.com> Co-authored-by: Benjamin O <jeep70cp@gmail.com>
- Loading branch information
Showing
17 changed files
with
181 additions
and
4 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
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
Oops, something went wrong.