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_r389442256
##########
File path: core/src/main/codegen/templates/Parser.jj
##########
@@ -6405,6 +6423,7 @@ SqlIdentifier ReservedFunctionName() :
| <FIRST_VALUE>
| <FLOOR>
| <FUSION>
+ | <INTERSECTION>
Review comment:
Since `SOME` and `EVERY` are also SQL standard aggregate functions, should
we add them in `ReservedFunctionNames`?
----------------------------------------------------------------
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