-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gen4 Operator Refactoring: ORDER BY & Debugging Enhancements (#12954)
* refactor: Update operators to use AliasedExprs Signed-off-by: Andres Taylor <[email protected]> * feat: add ORDER BY to the operator planning Signed-off-by: Andres Taylor <[email protected]> * feat: support arbitrary expressions for ORDER BY Signed-off-by: Andres Taylor <[email protected]> * refactor: simplify the operator code Signed-off-by: Andres Taylor <[email protected]> * refactor: simplify 'haveMatchingVindex' Signed-off-by: Andres Taylor <[email protected]> * refactor: simplify pushDownProjectionInApplyJoin Signed-off-by: Andres Taylor <[email protected]> * debug: added tree printing to the operators Signed-off-by: Andres Taylor <[email protected]> * go mod tidy Signed-off-by: Andres Taylor <[email protected]> --------- Signed-off-by: Andres Taylor <[email protected]>
- Loading branch information
Showing
45 changed files
with
1,581 additions
and
1,532 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
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.