| 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 SqlMultisetSetOperator |
SqlStdOperatorTable.MULTISET_EXCEPT
The "MULTISET EXCEPT" operator.
|
static SqlMultisetSetOperator |
SqlStdOperatorTable.MULTISET_EXCEPT_ALL
The "MULTISET EXCEPT ALL" operator.
|
static SqlMultisetSetOperator |
SqlStdOperatorTable.MULTISET_INTERSECT
The "MULTISET INTERSECT" operator.
|
static SqlMultisetSetOperator |
SqlStdOperatorTable.MULTISET_INTERSECT_ALL
The "MULTISET INTERSECT ALL" operator.
|
static SqlMultisetSetOperator |
SqlStdOperatorTable.MULTISET_UNION
The "MULTISET UNION" operator.
|
static SqlMultisetSetOperator |
SqlStdOperatorTable.MULTISET_UNION_ALL
The "MULTISET UNION ALL" operator.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.