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 Charset
getCharset
(RelDataType type) static SqlCollation
getCollation
(RelDataType type) static RelDataType
static RelDataType
getKeyTypeOrThrow
(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)
-