We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The outputs of TIME() and DATETIME() are filled with 0 in microseconds.
(root@nebula) [(none)]> return time("11:07:59.899023") +-------------------------+ | time("11:07:59.899023") | +-------------------------+ | 11:07:59.000000 | +-------------------------+ Got 1 rows (time spent 757/1136 us)
(root@nebula) [(none)]> RETURN DATETIME("2021-07-19T11:01:03.123") +-------------------------------------+ | datetime("2021-07-19T11:01:03.123") | +-------------------------------------+ | 2021-07-19T11:01:03.000000 | +-------------------------------------+ Got 1 rows (time spent 633/977 us)
Expected behavior
The text was updated successfully, but these errors were encountered:
stop the pushing down of not expressions that are not rewritten to pr…
44f1c8b
…oper forms. (vesoft-inc#2630) Co-authored-by: Cheng Xuntao <7731943+xtcyclist@users.noreply.github.com>
Shylock-Hg
Successfully merging a pull request may close this issue.
The outputs of TIME() and DATETIME() are filled with 0 in microseconds.
Expected behavior
The text was updated successfully, but these errors were encountered: