Ignite supports aggregate functions in the window form only for the following syntax:
fun() OVER ([PARTITION BY <field> | <exp>])The following constructs are not supported for window aggregates and will throw an exception:
-
ORDER BYinside theOVER(…)clause; -
explicit window frame bounds (
ROWS,RANGE,BETWEEN … AND …).