-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cubesql): Support Domo data queries (#7509)
* feat(cubesql): Support `Mon` format in `to_char` * feat(cubesql): Support casting `Utf8` to `Interval` * feat(cubesql): Support `TimestampMillisecond` output * feat(cubesql): Support `DATE` function pushdown * feat(cubesql): Support Domo date filtering * fix(cubesql): Fix `LIKE` behavior with `startsWith`, `endsWith` * fix(cubesql): Fix `ORDER BY` remapping with uppercase alias * chore(cubesql): Support parsing date with time as `Date32`
- Loading branch information
1 parent
591dc9b
commit 6d644dc
Showing
13 changed files
with
600 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.