| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
static SqlPostfixOperator |
SqlStdOperatorTable.DESC |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_A_SET |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_FALSE |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_NOT_FALSE |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_NOT_NULL |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_NOT_TRUE |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_NOT_UNKNOWN |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_NULL |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_TRUE |
static SqlPostfixOperator |
SqlStdOperatorTable.IS_UNKNOWN |
static SqlPostfixOperator |
SqlStdOperatorTable.NULLS_FIRST |
static SqlPostfixOperator |
SqlStdOperatorTable.NULLS_LAST |
| Modifier and Type | Method and Description |
|---|---|
SqlPostfixOperator |
SqlParserImpl.PostfixRowOperator()
Parses a postfix row operator like IS NOT NULL.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.