| Package | Description |
|---|---|
| org.apache.calcite.rel.type |
Defines a type system for relational expressions.
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.type |
SQL type system.
|
| Modifier and Type | Method and Description |
|---|---|
RelDataTypePrecedenceList |
DynamicRecordTypeImpl.getPrecedenceList() |
RelDataTypePrecedenceList |
RelDataTypeImpl.getPrecedenceList() |
RelDataTypePrecedenceList |
RelDataType.getPrecedenceList() |
| Modifier and Type | Method and Description |
|---|---|
private static RelDataType |
SqlUtil.bestMatch(List<SqlFunction> sqlFunctions,
int i,
RelDataTypePrecedenceList precList) |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlTypeExplicitPrecedenceList
SqlTypeExplicitPrecedenceList implements the
RelDataTypePrecedenceList interface via an explicit list of
SqlTypeName entries. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static RelDataTypePrecedenceList |
SqlTypeExplicitPrecedenceList.getListForType(RelDataType type) |
RelDataTypePrecedenceList |
MultisetSqlType.getPrecedenceList() |
RelDataTypePrecedenceList |
ArraySqlType.getPrecedenceList() |
RelDataTypePrecedenceList |
AbstractSqlType.getPrecedenceList() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.