abstract class MutableSingleRel extends MutableRel
SingleRel.| Modifier and Type | Field and Description |
|---|---|
protected MutableRel |
input |
cluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
protected |
MutableSingleRel(MutableRelType type,
RelDataType rowType,
MutableRel input) |
| Modifier and Type | Method and Description |
|---|---|
void |
childrenAccept(MutableRelVisitor visitor) |
MutableRel |
getInput() |
List<MutableRel> |
getInputs() |
void |
setInput(int ordinalInParent,
MutableRel input) |
clone, deep, digest, getParent, replaceInParent, toStringprotected MutableRel input
protected MutableSingleRel(MutableRelType type, RelDataType rowType, MutableRel input)
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 MutableRelpublic MutableRel getInput()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.