| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiJoin |
RelOptUtil.projectMultiJoin(MultiJoin multiJoin,
LogicalProject project)
Creates a new
MultiJoin to reflect
projection references from a
LogicalProject that is on top of the
MultiJoin. |
| Modifier and Type | Method and Description |
|---|---|
static MultiJoin |
RelOptUtil.projectMultiJoin(MultiJoin multiJoin,
LogicalProject project)
Creates a new
MultiJoin to reflect
projection references from a
LogicalProject that is on top of the
MultiJoin. |
| Modifier and Type | Method and Description |
|---|---|
MultiJoin |
LoptMultiJoin.getMultiJoinRel() |
| Constructor and Description |
|---|
LoptMultiJoin(MultiJoin multiJoin) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.