Skip to content

Commit 92e2ca4

Browse files
committed
Addressed
1 parent c8b9572 commit 92e2ca4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,8 @@ void populate2() {
12531253
NullPolicy.NONE, false)));
12541254
// Generates conditional expressions for aggregate FILTER clause:
12551255
// e.g. SUM(salary) FILTER (WHERE dept='Sales') → condition ? sum : NULL
1256+
// FilterImplementor is used for all FILTER operations, but the restriction only affects
1257+
// OVER clause, because normal aggregates never pass through SqlOverOperator.
12561258
define(FILTER, new FilterImplementor());
12571259
}
12581260

0 commit comments

Comments
 (0)