DonnyZone commented on a change in pull request #1849: CALCITE-3815: Add 
missing SQL standard aggregate functions: EVERY, SO…
URL: https://github.com/apache/calcite/pull/1849#discussion_r389443195
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java
 ##########
 @@ -1540,6 +1542,43 @@ public Expression implementResult(AggContext info,
     }
   }
 
+  /** Implementor for the {@code INTERSECTION} aggregate function. */
+  static class IntersectionImplementor extends StrictAggImplementor {
+    @Override protected void implementNotNullReset(AggContext info,
+                                                   AggResetContext reset) {
 
 Review comment:
   nitpicking: keep the indent style for new line, or put them in the same line 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to