abstract class MutableMultiRel extends MutableRel
| Modifier and Type | Field and Description |
|---|---|
protected List<MutableRel> |
inputs |
cluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
protected |
MutableMultiRel(RelOptCluster cluster,
RelDataType rowType,
MutableRelType type,
List<MutableRel> inputs) |
| Modifier and Type | Method and Description |
|---|---|
void |
childrenAccept(MutableRelVisitor visitor) |
protected List<MutableRel> |
cloneChildren() |
List<MutableRel> |
getInputs() |
void |
setInput(int ordinalInParent,
MutableRel input) |
clone, deep, digest, getParent, replaceInParent, toStringprotected final List<MutableRel> inputs
protected MutableMultiRel(RelOptCluster cluster, RelDataType rowType, MutableRelType type, List<MutableRel> inputs)
public void setInput(int ordinalInParent,
MutableRel input)
setInput in class MutableRelpublic List<MutableRel> getInputs()
getInputs in class MutableRelpublic void childrenAccept(MutableRelVisitor visitor)
childrenAccept in class MutableRelprotected List<MutableRel> cloneChildren()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.