| Package | Description |
|---|---|
| org.apache.calcite.sql.type |
SQL type system.
|
| Modifier and Type | Field and Description |
|---|---|
static FamilyOperandTypeChecker |
OperandTypes.INTERVAL_INTERVAL |
static FamilyOperandTypeChecker |
OperandTypes.STRING_STRING |
static FamilyOperandTypeChecker |
OperandTypes.STRING_STRING_STRING |
| 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.
|
static FamilyOperandTypeChecker |
OperandTypes.family(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.