-
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.
[multistage] Initial (phase 1) Query runtime for window functions - e…
…mpty OVER() and OVER(PARTITION BY) (#10286) * Add query execution support for empty OVER() and OVER(PARTITION BY) window functions * Fixes for supporting OVER(PARTITION BY k1 ORDER BY k1) and add some tests for this scenario * Address review comments, add some WITH statement + window function tests * Address review comments, move Accumultor to separate AggregationUtils class * Add support for BOOL_OR and BOOL_AND window functions (also supported by PostgreSQL)
- Loading branch information
Showing
15 changed files
with
3,528 additions
and
208 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
Oops, something went wrong.