Package org.apache.calcite.rel.mutable
Class MutableIntersect
java.lang.Object
org.apache.calcite.rel.mutable.MutableRel
org.apache.calcite.rel.mutable.MutableSetOp
org.apache.calcite.rel.mutable.MutableIntersect
Mutable equivalent of
Intersect.-
Field Summary
FieldsFields inherited from class org.apache.calcite.rel.mutable.MutableSetOp
allFields 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()protected List<MutableRel>digest(StringBuilder buf) static MutableIntersectof(RelDataType rowType, List<MutableRel> inputs, boolean all) Creates a MutableIntersect.voidsetInput(int ordinalInParent, MutableRel input) Methods inherited from class org.apache.calcite.rel.mutable.MutableSetOp
equals, hashCode, isAllMethods inherited from class org.apache.calcite.rel.mutable.MutableRel
deep, getParent, replaceInParent, toString
-
Field Details
-
inputs
-
-
Method Details
-
of
Creates a MutableIntersect.- Parameters:
rowType- Row typeinputs- Input relational expressionsall- Whether to perform a multiset intersection or a set intersection
-
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
-
cloneChildren
-