Class NonNullableAccessors

java.lang.Object
org.apache.calcite.sql.type.NonNullableAccessors

public class NonNullableAccessors extends Object
This class provides non-nullable accessors for common getters.
  • Method Details

    • getCharset

      @API(since="1.27", status=EXPERIMENTAL) public static Charset getCharset(RelDataType type)
    • getCollation

      @API(since="1.27", status=EXPERIMENTAL) public static SqlCollation getCollation(RelDataType type)
    • getComponentTypeOrThrow

      @API(since="1.27", status=EXPERIMENTAL) public static RelDataType getComponentTypeOrThrow(RelDataType type)