You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/13 11:14:58 UTC

[GitHub] [doris] Livon-Lee opened a new issue, #13356: [Enhancement]

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-unsubscribe@doris.apache.org.apache.org

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


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


[GitHub] [doris] vkingnew commented on issue #13356: [Enhancement] support generate_series function

Posted by "vkingnew (via GitHub)" <gi...@apache.org>.
vkingnew commented on issue #13356:
URL: https://github.com/apache/doris/issues/13356#issuecomment-1625195825

   desire this functions
   refer to:
   https://www.postgresql.org/docs/current/functions-srf.html
   


-- 
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-unsubscribe@doris.apache.org

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


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