| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql.util |
Utility classes for the SQL object model, parsing, and validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalciteCatalogReader.lookupOperatorOverloads(SqlIdentifier opName,
SqlFunctionCategory category,
SqlSyntax syntax,
List<SqlOperator> operatorList) |
| Modifier and Type | Method and Description |
|---|---|
SqlSyntax |
SqlInternalOperator.getSyntax() |
SqlSyntax |
SqlBinaryOperator.getSyntax() |
SqlSyntax |
SqlPrefixOperator.getSyntax() |
abstract SqlSyntax |
SqlOperator.getSyntax()
Returns the syntactic type of this operator, never null.
|
SqlSyntax |
SqlFunction.getSyntax() |
SqlSyntax |
SqlSpecialOperator.getSyntax() |
SqlSyntax |
SqlInfixOperator.getSyntax() |
SqlSyntax |
SqlPostfixOperator.getSyntax() |
SqlSyntax |
SqlJoin.SqlJoinOperator.getSyntax() |
SqlSyntax |
SqlSelectOperator.getSyntax() |
static SqlSyntax |
SqlSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlSyntax[] |
SqlSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlOperatorTable.lookupOperatorOverloads(SqlIdentifier opName,
SqlFunctionCategory category,
SqlSyntax syntax,
List<SqlOperator> operatorList)
Retrieves a list of operators with a given name and syntax.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyntax |
SqlCaseOperator.getSyntax() |
SqlSyntax |
SqlRowOperator.getSyntax() |
SqlSyntax |
SqlCurrentDateFunction.getSyntax() |
SqlSyntax |
SqlAbstractTimeFunction.getSyntax() |
SqlSyntax |
SqlDatetimeSubtractionOperator.getSyntax() |
SqlSyntax |
SqlStringContextVariable.getSyntax() |
SqlSyntax |
SqlCountAggFunction.getSyntax() |
SqlSyntax |
SqlCastFunction.getSyntax() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReflectiveSqlOperatorTable.lookupOperatorOverloads(SqlIdentifier opName,
SqlFunctionCategory category,
SqlSyntax syntax,
List<SqlOperator> operatorList) |
void |
ChainedSqlOperatorTable.lookupOperatorOverloads(SqlIdentifier opName,
SqlFunctionCategory category,
SqlSyntax syntax,
List<SqlOperator> operatorList) |
void |
ListSqlOperatorTable.lookupOperatorOverloads(SqlIdentifier opName,
SqlFunctionCategory category,
SqlSyntax syntax,
List<SqlOperator> operatorList) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.