Package org.apache.calcite.rel.mutable
Class MutableUncollect
java.lang.Object
org.apache.calcite.rel.mutable.MutableRel
org.apache.calcite.rel.mutable.MutableUncollect
Mutable equivalent of
Uncollect.-
Field Summary
FieldsFields inherited from class org.apache.calcite.rel.mutable.MutableRel
cluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type -
Method Summary
Modifier and TypeMethodDescriptionvoidchildrenAccept(MutableRelVisitor visitor) clone()digest(StringBuilder buf) booleangetInput()inthashCode()static MutableUncollectof(RelDataType rowType, MutableRel input, boolean withOrdinality) Creates a MutableUncollect.voidsetInput(int ordinalInParent, MutableRel input) Methods inherited from class org.apache.calcite.rel.mutable.MutableRel
deep, getParent, replaceInParent, toString
-
Field Details
-
withOrdinality
public final boolean withOrdinality -
input
-
-
Method Details
-
of
Creates a MutableUncollect.- Parameters:
rowType- Row typeinput- Input relational expressionwithOrdinality- Whether the output contains an extraORDINALITYcolumn
-
equals
-
hashCode
public int hashCode() -
digest
- Specified by:
digestin classMutableRel
-
clone
- Specified by:
clonein classMutableRel
-
setInput
- Specified by:
setInputin classMutableRel
-
getInputs
- Specified by:
getInputsin classMutableRel
-
childrenAccept
- Specified by:
childrenAcceptin classMutableRel
-
getInput
-