Skip to content
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

ENH: Full support for interval (timedelta) types #1233

Closed
cpcloud opened this issue Nov 22, 2017 · 1 comment
Closed

ENH: Full support for interval (timedelta) types #1233

cpcloud opened this issue Nov 22, 2017 · 1 comment
Labels
feature Features or general enhancements
Milestone

Comments

@cpcloud
Copy link
Member

cpcloud commented Nov 22, 2017

We have partial support for this. We should extend this to include an Interval type in type system, a rule, and the ability to specify tables with columns of this type.

@cpcloud cpcloud added complexity-medium feature Features or general enhancements labels Nov 22, 2017
@cpcloud cpcloud added this to the 0.13 milestone Nov 22, 2017
@kszucs
Copy link
Member

kszucs commented Nov 23, 2017

I guess we should handle Interval types like the Timedelta does, an integer with a unit (or precision) metadata.
AFAIK bigquery, clickhouse and impala handle single units, only Postgres supports complex units.

@kszucs kszucs mentioned this issue Nov 29, 2017
18 tasks
@cpcloud cpcloud closed this as completed in 48306f8 Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants