Omega359 commented on issue #9353:
URL:
https://github.com/apache/arrow-datafusion/issues/9353#issuecomment-1967390181
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) ?
```
SELECT generate_series('2012-06-29', '2012-07-03', '1 day'::interval);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]