-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add
TreeNode.transform_with_payload()
, `TreeNode.transform_down_w…
…ith_payload()` and `TreeNode.transform_up_with_payload()` - Refactor SortPushDown` and `PlanWithRequitements` using `TreeNode.transform_down_with_payload()` - Refactor `ExprOrdering`, `ExprTreeNode` and `PipelineStatePropagator` using `TreeNode.transform_up_with_payload()` - Refactor `OrderPreservationContext` and `PlanWithCorrespondingCoalescePartitions` using `TreeNode.transform_with_payload()`
- Loading branch information
1 parent
ff7dfc3
commit e7a4ddc
Showing
13 changed files
with
726 additions
and
760 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
Oops, something went wrong.