| Package | Description |
|---|---|
| org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
MutableRel.MutableRelDumper
Implementation of MutableVisitor that dumps the details
of a MutableRel tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSingleRel.childrenAccept(MutableRelVisitor visitor) |
void |
MutableMultiRel.childrenAccept(MutableRelVisitor visitor) |
abstract void |
MutableRel.childrenAccept(MutableRelVisitor visitor) |
void |
MutableLeafRel.childrenAccept(MutableRelVisitor visitor) |
void |
MutableBiRel.childrenAccept(MutableRelVisitor visitor) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.