-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(static): allow windowed queries without bounds on rowtime (#3438)
* feat(static): extend types of comparisons supported on window start With this change it is no possible to have WHERE clause bounding WINDOWSTART using the following comparison types: - `>` - `>=` - `=` - `<` - `>=` Some of which were already supported in certain situations, but are now all full supported.
- Loading branch information
1 parent
d83c787
commit 6593ee3
Showing
5 changed files
with
334 additions
and
97 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.