Example #1
0
 public boolean isPrimitiveElementType(String elementType) {
   return !OBJECT.equalsIgnoreCase(elementType);
 }
Example #2
0
 public boolean isObjectColumn() {
   return (OBJECT.equalsIgnoreCase(crateType) && !isMapColumn());
 }