| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| Modifier and Type | Method and Description |
|---|---|
SqlStdOperatorTable |
RexBuilder.getOpTab()
Returns this RexBuilder's operator table
|
| Modifier and Type | Method and Description |
|---|---|
static SqlStdOperatorTable |
SqlStdOperatorTable.instance()
Returns the standard operator table, creating it if necessary.
|
| Modifier and Type | Field and Description |
|---|---|
protected SqlStdOperatorTable |
SqlAbstractParserImpl.opTab
Operator table containing the standard SQL operators and functions.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.