Package org.apache.calcite.sql.type
Class NonNullableAccessors
java.lang.Object
org.apache.calcite.sql.type.NonNullableAccessors
This class provides non-nullable accessors for common getters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharsetgetCharset(RelDataType type) static SqlCollationgetCollation(RelDataType type) static RelDataTypestatic RelDataTypegetKeyTypeOrThrow(RelDataType type)
-
Method Details
-
getCharset
-
getCollation
-
getComponentTypeOrThrow
@API(since="1.27", status=EXPERIMENTAL) public static RelDataType getComponentTypeOrThrow(RelDataType type) -
getKeyTypeOrThrow
@API(since="1.37", status=EXPERIMENTAL) public static RelDataType getKeyTypeOrThrow(RelDataType type)
-