apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.37k stars 1.2k forks source link

implement `generate_series` function #753

Closed jimexist closed 2 months ago

jimexist commented 3 years ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and why for this feature, in addition to the what)

implement generate_series function

Describe the solution you'd like

similar to https://www.postgresql.org/docs/current/functions-srf.html

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

jimexist commented 3 years ago

see related #1080

Abdullahsab3 commented 2 months ago

I believe generate_series is now included in Datafusion

Weijun-H commented 2 months ago

Thanks @Abdullahsab3, this issue is completed via #8140