| 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.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static SqlPostfixOperator |
SqlWindow.FOLLOWING_OPERATOR
The FOLLOWING operator used exclusively in a window specification.
|
(package private) static SqlPostfixOperator |
SqlWindow.PRECEDING_OPERATOR
The PRECEDING operator used exclusively in a window specification.
|
| 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 |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.