Lordworms commented on issue #9353:
URL: 
https://github.com/apache/arrow-datafusion/issues/9353#issuecomment-1967399030

   > 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);
   > ```
   
   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


-- 
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]

Reply via email to