mihaibudiu commented on code in PR #4362:
URL: https://github.com/apache/calcite/pull/4362#discussion_r2076611540
##########
core/src/main/java/org/apache/calcite/sql/SqlKind.java:
##########
@@ -1418,6 +1418,8 @@ public enum SqlKind {
CREATE_TYPE, DROP_TYPE,
SET_OPTION, OTHER_DDL);
+ public static final EnumSet<SqlKind> COLLECTION_EXPRESSION =
Review Comment:
This is true if you are thinking about quantifier queries, but this set of
SqlKind does not seem to be about that.
Maybe you can change the set's name.
Or maybe you don't really need this constant at all.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]