Uses of Class
org.apache.calcite.sql.type.SqlTypeFamily
-
Packages that use SqlTypeFamily Package Description org.apache.calcite.sql.type -
-
Uses of SqlTypeFamily in org.apache.calcite.sql.type
Methods in org.apache.calcite.sql.type that return SqlTypeFamily Modifier and Type Method Description @Nullable SqlTypeFamilySqlTypeName. getFamily()Gets the SqlTypeFamily containing this SqlTypeName.static @Nullable SqlTypeFamilySqlTypeFamily. getFamilyForJdbcType(int jdbcType)Gets the primary family containing a JDBC type.static SqlTypeFamilySqlTypeFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlTypeFamily[]SqlTypeFamily. 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 SqlTypeFamily Modifier and Type Method Description List<SqlTypeFamily>SqlTypeFamily. allowableDifferenceTypes()For this type family, returns the allow types of the difference between two values of this family.
-