amaliujia commented on a change in pull request #2019:
URL: https://github.com/apache/calcite/pull/2019#discussion_r441299408
##########
File path: core/src/main/java/org/apache/calcite/sql/type/SqlTypeUtil.java
##########
@@ -1510,6 +1563,31 @@ public static boolean isMap(RelDataType type) {
return type.getSqlTypeName() == SqlTypeName.MAP;
}
+ /**
+ * @return true if type is MULTISET
+ */
+ public static boolean isMultiset(RelDataType type) {
Review comment:
For me keeping this is ok.
----------------------------------------------------------------
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]