-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
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
Supports TIMESTAMP_MS, TIMESTAMP_S and TIMESTAMP_NS types #2072
Comments
what does |
Millisecond |
Then how to express MicroSecond? Or we can define it as |
These names look too long. Maybe we can use |
I want to have a try,any example?which file should i change? |
Also support this grammar: SELECT TIMESTAMP ‘2020-01-01 01:23:45.12345678’::TIMESTAMP(9);
Error: 3000(PlanQuery), This feature is not implemented: Unsupported SQL type Timestamp(Some(9), None) |
OK,give me some time please,a little busy lately😰 |
@Gump9 hi, are you still working on this issue? We want to support these types in v0.4 |
Sorry, I must finished the school project in the past month, and I haven't had enough time to focus on this issue.🤕️I will try other issue soon,my bad |
What problem does the new feature solve?
They are just the alias for the timestamp types with different units.
Hope to run the following SQL:
What does the feature do?
Timestamp types alias with different units.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: