| Package | Description |
|---|---|
| org.apache.calcite.sql.type |
SQL type system.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableList<SqlTypeFamily> |
FamilyOperandTypeChecker.families |
| Modifier and Type | Method and Description |
|---|---|
SqlTypeFamily |
SqlTypeName.getFamily()
Gets the SqlTypeFamily containing this SqlTypeName.
|
static SqlTypeFamily |
SqlTypeFamily.getFamilyForJdbcType(int jdbcType)
Gets the primary family containing a JDBC type.
|
static SqlTypeFamily |
SqlTypeFamily.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.
|
| Modifier and Type | Method and Description |
|---|---|
static FamilyOperandTypeChecker |
OperandTypes.family(SqlTypeFamily... families)
Creates a checker that passes if each operand is a member of a
corresponding family.
|
| Modifier and Type | Method and Description |
|---|---|
static FamilyOperandTypeChecker |
OperandTypes.family(List<SqlTypeFamily> families)
Creates a checker that passes if each operand is a member of a
corresponding family.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.