-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First class support for unbounded window function bounds (#6811)
1. Fixed time-range functions. 2. JNI support for UNBOUNDED time-range functions 3. Extend unbounded windows for use with row-based window functions 4. CHANGELOG update, + code formatting 5. Review: Parentheses around index math 6. Fixed WindowOptions.hashCode(). 7. Added detailed unbounded window tests. 8. More JNI tests, for all combinations.
- Loading branch information
Showing
8 changed files
with
1,538 additions
and
91 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.