ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Is there any plan to support window aggregation in Calcite Query Engine

Open asdfgh19 opened this issue 1 year ago • 1 comments

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.

asdfgh19 avatar Apr 19 '24 10:04 asdfgh19

I have early prototype implementation of window functions for Apache Ignite SE Calcite query engine. But I would like to get some information from the team:

  • Is it already in development?
  • Is there a IEP describing the team's vision?
  • Do I have to provide a IEP for it?
  • ASF Jira contains issue only for Ignite-3. Should I create my own issue for ISE?

oleg-zinovev avatar Apr 29 '25 16:04 oleg-zinovev