-
Notifications
You must be signed in to change notification settings - Fork 917
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
[FEA] Add duration column types #5272
Comments
It's possible I missed a discussion regarding this. But, just to clarify, does this need one duration type or multiple? ( |
Unfortunately, multiple. I believe we need a duration type for every resolution of timestamp. |
Ok, I'll reword the issue |
Bumping this to 0.16 as the cuIO piece will not land in 0.15. |
parquet support for duration (#5903) is already done. ORC does not support duration (INTERVAL) type. |
All features for duration type are complete. |
Is your feature request related to a problem? Please describe.
To support arithmetic on timestamps, we need duration types.
We need to support difference between every resolution of timestamp i.e. days, seconds, milliseconds, microseconds and nanoseconds.
Describe the solution you'd like
It should be based on
std::chrono::duration
in libcu++.See also #4074
add_months
api ([REVIEW] Add support foradd_calendrical_months
#5931)The text was updated successfully, but these errors were encountered: