| Package | Description |
|---|---|
| org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
protected MutableRelType |
MutableRel.type |
| Modifier and Type | Method and Description |
|---|---|
static MutableRelType |
MutableRelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableRelType[] |
MutableRelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MutableBiRel(MutableRelType type,
RelOptCluster cluster,
RelDataType rowType,
MutableRel left,
MutableRel right) |
MutableLeafRel(MutableRelType type,
RelNode rel) |
MutableMultiRel(RelOptCluster cluster,
RelDataType rowType,
MutableRelType type,
List<MutableRel> inputs) |
MutableRel(RelOptCluster cluster,
RelDataType rowType,
MutableRelType type) |
MutableSetOp(RelOptCluster cluster,
RelDataType rowType,
MutableRelType type,
List<MutableRel> inputs,
boolean all) |
MutableSingleRel(MutableRelType type,
RelDataType rowType,
MutableRel input) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.