HanumathRao 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_r392356537
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/SqlKind.java
 ##########
 @@ -966,6 +966,9 @@
   /** The {@code FUSION} aggregate function. */
   FUSION,
 
+  /** The {@code INTERSECTION} aggregate function. */
+  INTERSECTION,
 
 Review comment:
   @DonnyZone  Thank you for the suggestion. I added INTESECTION, to the 
Aggregate enumset. I also noticed that ANY_VALUE was missing, so added it.

----------------------------------------------------------------
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