| 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 SqlInternalOperator |
SqlStdOperatorTable.CUBE
CUBE operator, occurs within GROUP BY clause
or nested within a GROUPING SETS. |
static SqlInternalOperator |
SqlStdOperatorTable.ELEMENT_SLICE
The internal "$ELEMENT_SLICE" operator returns the first field of the
only element of a multiset.
|
static SqlInternalOperator |
SqlStdOperatorTable.EXTEND
EXTEND operator to add columns to a table's schema, as in
{@code SELECT ... |
static SqlInternalOperator |
SqlStdOperatorTable.GROUPING_SETS
GROUPING SETS operator, occurs within GROUP BY clause
or nested within a GROUPING SETS. |
static SqlInternalOperator |
SqlStdOperatorTable.ROLLUP
ROLLUP operator, occurs within GROUP BY clause
or nested within a GROUPING SETS. |
static SqlInternalOperator |
SqlStdOperatorTable.SCALAR_QUERY
The internal "$SCALAR_QUERY" operator returns a scalar value from a
record type.
|
static SqlInternalOperator |
SqlStdOperatorTable.SLICE
The internal "$SLICE" operator takes a multiset of records and returns a
multiset of the first column of those records.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.