| Package | Description |
|---|---|
| org.apache.calcite.rel.rel2sql |
Translates a relational expression to SQL parse tree.
|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| Modifier and Type | Method and Description |
|---|---|
SqlImplementor.Result |
SqlImplementor.setOpToSql(SqlSetOperator operator,
RelNode rel) |
| Modifier and Type | Field and Description |
|---|---|
static SqlSetOperator |
SqlStdOperatorTable.EXCEPT |
static SqlSetOperator |
SqlStdOperatorTable.EXCEPT_ALL |
static SqlSetOperator |
SqlStdOperatorTable.INTERSECT |
static SqlSetOperator |
SqlStdOperatorTable.INTERSECT_ALL |
static SqlSetOperator |
SqlStdOperatorTable.UNION |
static SqlSetOperator |
SqlStdOperatorTable.UNION_ALL |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.