-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support select range from datetime #9353
Comments
take |
wait until #9352 merged |
Is the range function still going to be an alias of generate_series but that generate_series will now support date/time intervals such as (postgresql syntax) ?
|
No, with #9352 I have separated the range and generate_series since they stands for different meaning in duckDB, and right now I am going to support the syntax in duckDB for datetime |
My understanding is that at this time DataFusion wants to maintain compatibility with postgresql syntax as much as possible which is why I was asking. That being said postgresql doesn't have a range function exactly (what they have is pretty weird tbh) so having a range function is a nice addition. I would have looked at having generate_series though support an optional 3rd param for interval though. |
Is your feature request related to a problem or challenge?
duckdb did itDescribe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: