NobiGo commented on code in PR #4362:
URL: https://github.com/apache/calcite/pull/4362#discussion_r2076610252
##########
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:
According to
https://www.postgresql.org/docs/current/functions-comparisons.html#FUNCTIONS-COMPARISONS-ANY-SOME,
it should only involve ARRAY.
--
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]