asdfgh19 opened a new issue, #11321:
URL: https://github.com/apache/ignite/issues/11321

   ```
   select  "deptno",
    rank() over (order by "deptno") as r
   from "hr"."emps"
   ```
   Calcite supports the above Sql, but Ignite's Calcite Query Engine does not 
support window aggregation syntax. Is there any plan to implement window 
aggregation in Calcite Query Engine.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to