You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "nseekhao (via GitHub)" <gi...@apache.org> on 2023/02/24 18:28:42 UTC

[GitHub] [arrow-datafusion] nseekhao opened a new issue, #5390: Window Function support in Substrait

nseekhao opened a new issue, #5390:
URL: https://github.com/apache/arrow-datafusion/issues/5390

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   [Window functions](https://www.postgresql.org/docs/current/functions-window.html) are very important in SQL. It enables more complex query to be written, thus more insight can be extracted.
   
   **Describe the solution you'd like**
   Substrait window function support.
   
   **Describe alternatives you've considered**
   N/A
   
   **Additional context**
   DataFusion implements a window function using a `Window` relation and `WindowFunction` expression. However, Substrait only support `WindowFunction` expressions. Thus, the translation is not direct.
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] Window Function support in Substrait [arrow-datafusion]

Posted by "waynexia (via GitHub)" <gi...@apache.org>.
waynexia closed issue #5390: Window Function support in Substrait
URL: https://github.com/apache/arrow-datafusion/issues/5390


-- 
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: github-unsubscribe@arrow.apache.org

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


Re: [I] Window Function support in Substrait [arrow-datafusion]

Posted by "waynexia (via GitHub)" <gi...@apache.org>.
waynexia commented on issue #5390:
URL: https://github.com/apache/arrow-datafusion/issues/5390#issuecomment-1807637780

   Closed by #5653


-- 
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: github-unsubscribe@arrow.apache.org

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