Package org.apache.calcite.rel.mutable
Class MutableCollect
java.lang.Object
org.apache.calcite.rel.mutable.MutableRel
org.apache.calcite.rel.mutable.MutableCollect
Mutable equivalent of 
Collect.- 
Field SummaryFieldsFields inherited from class org.apache.calcite.rel.mutable.MutableRelcluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type
- 
Method SummaryModifier and TypeMethodDescriptionvoidchildrenAccept(MutableRelVisitor visitor) clone()digest(StringBuilder buf) booleangetInput()inthashCode()static MutableCollectof(RelDataType rowType, MutableRel input, String fieldName) Creates a MutableCollect.voidsetInput(int ordinalInParent, MutableRel input) Methods inherited from class org.apache.calcite.rel.mutable.MutableReldeep, getParent, replaceInParent, toString
- 
Field Details- 
fieldName
- 
input
 
- 
- 
Method Details- 
ofCreates a MutableCollect.- Parameters:
- rowType- Row type
- input- Input relational expression
- fieldName- Name of the sole output field
 
- 
equals
- 
hashCodepublic int hashCode()
- 
digest- Specified by:
- digestin class- MutableRel
 
- 
clone- Specified by:
- clonein class- MutableRel
 
- 
setInput- Specified by:
- setInputin class- MutableRel
 
- 
getInputs- Specified by:
- getInputsin class- MutableRel
 
- 
childrenAccept- Specified by:
- childrenAcceptin class- MutableRel
 
- 
getInput
 
-