Aaaaaaron commented on a change in pull request #2019:
URL: https://github.com/apache/calcite/pull/2019#discussion_r441298797



##########
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:
       Indeed, I did not use this method, but basically, all RelDataType have a 
similar utility method, so I added this for the future use. If you think this 
is unnecessary, I can remove this.
   




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


Reply via email to