-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-5450] Allow 'WEEK(weekday)' time frame as argument to functi…
…ons such as EXTRACT, DATE_TRUNC In OperandTypes, add strategies for matching DATE, TIME, TIMESTAMP frames; DATE and TIMESTAMP frames include ISOYEAR, WEEK(THURSDAY). Enable tests for ISOYEAR, now that the upgrade to Avatica 1.23 has brought in the fix to [CALCITE-5369], ISOYEAR in FLOOR and CEIL functions.
- Loading branch information
1 parent
016dcd4
commit d9eeba4
Showing
12 changed files
with
270 additions
and
89 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
Oops, something went wrong.