| Package | Description |
|---|---|
| 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.parser.impl |
Contains generated code for the
Calcite SQL parser. |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlProcedureCallOperator
SqlProcedureCallOperator represents the CALL statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlNewOperator
SqlNewOperator represents an SQL
new specification such as
NEW UDT(1, 2). |
| Modifier and Type | Field and Description |
|---|---|
static SqlPrefixOperator |
SqlStdOperatorTable.EXISTS |
static SqlPrefixOperator |
SqlStdOperatorTable.EXPLICIT_TABLE
Keyword which allows an identifier to be explicitly flagged as a table.
|
static SqlPrefixOperator |
SqlStdOperatorTable.NOT |
static SqlPrefixOperator |
SqlStdOperatorTable.UNARY_MINUS
Prefix arithmetic minus operator, '
-'. |
static SqlPrefixOperator |
SqlStdOperatorTable.UNARY_PLUS
Prefix arithmetic plus operator, '
+'. |
| Modifier and Type | Method and Description |
|---|---|
SqlPrefixOperator |
SqlParserImpl.PrefixRowOperator()
Parses a prefix row operator like NOT.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.