Package org.apache.calcite.rel.mutable
Class MutableCorrelate
java.lang.Object
org.apache.calcite.rel.mutable.MutableRel
org.apache.calcite.rel.mutable.MutableCorrelate
Mutable equivalent of
Correlate.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CorrelationIdfinal JoinRelTypeprotected MutableRelfinal ImmutableBitSetprotected MutableRelFields 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) booleangetLeft()getRight()inthashCode()static MutableCorrelateof(RelDataType rowType, MutableRel left, MutableRel right, CorrelationId correlationId, ImmutableBitSet requiredColumns, JoinRelType joinType) Creates a MutableCorrelate.voidsetInput(int ordinalInParent, MutableRel input) Methods inherited from class org.apache.calcite.rel.mutable.MutableRel
deep, getParent, replaceInParent, toString
-
Field Details
-
correlationId
-
requiredColumns
-
joinType
-
left
-
right
-
-
Method Details
-
of
public static MutableCorrelate of(RelDataType rowType, MutableRel left, MutableRel right, CorrelationId correlationId, ImmutableBitSet requiredColumns, JoinRelType joinType) Creates a MutableCorrelate.- Parameters:
rowType- Row typeleft- Left input relational expressionright- Right input relational expressioncorrelationId- Variable name for the row of left inputrequiredColumns- Required columnsjoinType- Join type
-
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
-
getLeft
-
getRight
-
childrenAccept
- Specified by:
childrenAcceptin classMutableRel
-