public class Holder extends MutableSingleRel
MutableRel whose only purpose is to have a
child. Used as the root of a tree.inputcluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
private |
Holder(RelDataType rowType,
MutableRel input) |
| Modifier and Type | Method and Description |
|---|---|
MutableRel |
clone() |
StringBuilder |
digest(StringBuilder buf) |
static Holder |
of(MutableRel input)
Creates a Holder.
|
childrenAccept, getInput, getInputs, setInputdeep, getParent, replaceInParent, toStringprivate Holder(RelDataType rowType, MutableRel input)
public static Holder of(MutableRel input)
input - Input relational expressionpublic StringBuilder digest(StringBuilder buf)
digest in class MutableRelpublic MutableRel clone()
clone in class MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.