| Package | Description |
|---|---|
| org.apache.calcite.rel.type |
Defines a type system for relational expressions.
|
| org.apache.calcite.sql.type |
SQL type system.
|
| Modifier and Type | Method and Description |
|---|---|
RelDataTypeComparability |
RelDataTypeImpl.getComparability() |
RelDataTypeComparability |
RelDataType.getComparability() |
static RelDataTypeComparability |
RelDataTypeComparability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelDataTypeComparability[] |
RelDataTypeComparability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RelDataTypeComparability |
ObjectSqlType.getComparability() |
| Constructor and Description |
|---|
ComparableOperandTypeChecker(int nOperands,
RelDataTypeComparability requiredComparability)
Deprecated.
|
ComparableOperandTypeChecker(int nOperands,
RelDataTypeComparability requiredComparability,
SqlOperandTypeChecker.Consistency consistency) |
ObjectSqlType(SqlTypeName typeName,
SqlIdentifier sqlIdentifier,
boolean nullable,
List<? extends RelDataTypeField> fields,
RelDataTypeComparability comparability)
Constructs an object type.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.