[ 
https://issues.apache.org/jira/browse/IGNITE-14777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18092336#comment-18092336
 ] 

Evgeny Stanilovsky commented on IGNITE-14777:
---------------------------------------------

[~le.louch] can you assign it and change status to : In progress ? plz 

> Calcite engine. Implement window functions
> ------------------------------------------
>
>                 Key: IGNITE-14777
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14777
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Evgeny Stanilovsky
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required, ise
>          Time Spent: 15h 10m
>  Remaining Estimate: 0h
>
> Window functions are not supported for now.
> examples:
> {noformat}
> SELECT i, j, row_number() OVER (PARTITION BY i ORDER BY j NULLS FIRST) FROM 
> test ORDER BY i NULLS FIRST, j NULLS FIRST;
> ---
> SELECT i, (SELECT row_number() OVER (ORDER BY i) FROM integers WHERE i1.i=i) 
> FROM integers i1 ORDER BY i;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to