-
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.
Support for bounded execution when window frame involves UNBOUNDED PR…
…ECEDING (#5003) * initial support for aggregators * Move common functionality to super trait for aggregates * update tests * bounded first_value, nth_value, last_value support * nth_value bug fix * minor changes * Review and refactor * Change naming: NonSliding -> Plain * remove redundant check * Remove window function state * minor changes * Remove unnecessary continue * Address reviews * Address reviews * Address reviews Co-authored-by: Mehmet Ozan Kabak <ozankabak@gmail.com>
- Loading branch information
1 parent
930c8de
commit 624f02d
Showing
13 changed files
with
629 additions
and
325 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.