Uses of Class
org.apache.calcite.sql.type.SqlTypeName
-
Packages that use SqlTypeName Package Description org.apache.calcite.sql.type org.apache.flink.sql.parser.type -
-
Uses of SqlTypeName in org.apache.calcite.sql.type
Fields in org.apache.calcite.sql.type with type parameters of type SqlTypeName Modifier and Type Field Description static List<SqlTypeName>SqlTypeName. ALL_TYPESstatic List<SqlTypeName>SqlTypeName. APPROX_TYPESstatic List<SqlTypeName>SqlTypeName. BINARY_TYPESstatic List<SqlTypeName>SqlTypeName. BOOLEAN_TYPESstatic List<SqlTypeName>SqlTypeName. CHAR_TYPESstatic List<SqlTypeName>SqlTypeName. DATETIME_TYPESstatic Set<SqlTypeName>SqlTypeName. DAY_INTERVAL_TYPESstatic List<SqlTypeName>SqlTypeName. EXACT_TYPESstatic List<SqlTypeName>SqlTypeName. FRACTIONAL_TYPESstatic List<SqlTypeName>SqlTypeName. GEOMETRY_TYPESstatic List<SqlTypeName>SqlTypeName. INT_TYPESstatic Set<SqlTypeName>SqlTypeName. INTERVAL_TYPESstatic List<SqlTypeName>SqlTypeName. NUMERIC_TYPESstatic List<SqlTypeName>SqlTypeName. STRING_TYPESstatic Set<SqlTypeName>SqlTypeName. TIME_FRAME_TYPESThe possible types of a time frame argument to a function such asTIMESTAMP_DIFF.static Set<SqlTypeName>SqlTypeName. YEAR_INTERVAL_TYPESMethods in org.apache.calcite.sql.type that return SqlTypeName Modifier and Type Method Description static @Nullable SqlTypeNameSqlTypeName. get(String name)Looks up a type name from its name.static @Nullable SqlTypeNameSqlTypeName. getNameForJdbcType(int jdbcType)Gets the SqlTypeName corresponding to a JDBC type.static SqlTypeNameSqlTypeName. lookup(String tag)Returns the SqlTypeName value whose name orgetSpaceName()matches the given name, or throwsIllegalArgumentException; never returns null.static SqlTypeNameSqlTypeName. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlTypeName[]SqlTypeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.sql.type that return types with arguments of type SqlTypeName Modifier and Type Method Description Collection<SqlTypeName>SqlTypeFamily. getTypeNames()Returns the collection ofSqlTypeNames included in this family. -
Uses of SqlTypeName in org.apache.flink.sql.parser.type
Methods in org.apache.flink.sql.parser.type that return SqlTypeName Modifier and Type Method Description SqlTypeNameExtendedSqlCollectionTypeNameSpec. getCollectionTypeName()Constructors in org.apache.flink.sql.parser.type with parameters of type SqlTypeName Constructor Description ExtendedSqlCollectionTypeNameSpec(org.apache.calcite.sql.SqlTypeNameSpec elementTypeName, boolean elementNullable, SqlTypeName collectionTypeName, boolean unparseAsStandard, org.apache.calcite.sql.parser.SqlParserPos pos)Creates aExtendedSqlCollectionTypeNameSpec.SqlTimestampLtzTypeNameSpec(String typeAlias, SqlTypeName typeName, int precision, org.apache.calcite.sql.parser.SqlParserPos pos)Creates aSqlTimestampLtzTypeNameSpecinstance.
-