abstract class MutableLeafRel extends MutableRel
MutableRel that have
no inputs.| Modifier and Type | Field and Description |
|---|---|
protected RelNode |
rel |
cluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
protected |
MutableLeafRel(MutableRelType type,
RelNode rel) |
| Modifier and Type | Method and Description |
|---|---|
void |
childrenAccept(MutableRelVisitor visitor) |
List<MutableRel> |
getInputs() |
void |
setInput(int ordinalInParent,
MutableRel input) |
clone, deep, digest, getParent, replaceInParent, toStringprotected final RelNode rel
protected MutableLeafRel(MutableRelType type, RelNode rel)
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 MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.