Livon-Lee opened a new issue, #13356:
URL: https://github.com/apache/doris/issues/13356

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Description
   
   目前在doris的表函数和相关函数中查找, 没找到类似pg的generate_series这样的函数, 可以根据区间创建日期序列.
   希望doris能支持类似pg的generate_series这样的函数, 根据区间创建日期序列. 或者
   类似于hive 的lateral view 
posexplode(split(space(date_diff(start_date,end_date)),'')) tf as pos, 
val)这种方式也行
   
   非常感谢开发者
   
   
   ### Solution
   
   希望doris能提供类似pg的generate_series这样的函数, 根据区间创建日期序列. 或者
   类似于hive 的lateral view 
posexplode(split(space(date_diff(start_date,end_date)),'')) tf as pos, 
val)这种方式也行
   非常感谢开发者
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to