public class MutableUncollect extends MutableSingleRel
Uncollect.| Modifier and Type | Field and Description |
|---|---|
boolean |
withOrdinality |
inputcluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
private |
MutableUncollect(RelDataType rowType,
MutableRel input,
boolean withOrdinality) |
| Modifier and Type | Method and Description |
|---|---|
MutableRel |
clone() |
StringBuilder |
digest(StringBuilder buf) |
boolean |
equals(Object obj) |
int |
hashCode() |
static MutableUncollect |
of(RelDataType rowType,
MutableRel input,
boolean withOrdinality)
Creates a MutableUncollect.
|
childrenAccept, getInput, getInputs, setInputdeep, getParent, replaceInParent, toStringprivate MutableUncollect(RelDataType rowType, MutableRel input, boolean withOrdinality)
public static MutableUncollect of(RelDataType rowType, MutableRel input, boolean withOrdinality)
rowType - Row typeinput - Input relational expressionwithOrdinality - Whether the output contains an extra
ORDINALITY columnpublic StringBuilder digest(StringBuilder buf)
digest in class MutableRelpublic MutableRel clone()
clone in class MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.