Package | Description |
---|---|
org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
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.