Package org.apache.calcite.rel.mutable
Class MutableMinus
java.lang.Object
org.apache.calcite.rel.mutable.MutableRel
org.apache.calcite.rel.mutable.MutableSetOp
org.apache.calcite.rel.mutable.MutableMinus
Mutable equivalent of 
Minus.- 
Field SummaryFieldsFields inherited from class org.apache.calcite.rel.mutable.MutableSetOpallFields 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()protected List<MutableRel>digest(StringBuilder buf) static MutableMinusof(RelDataType rowType, List<MutableRel> inputs, boolean all) Creates a MutableMinus.voidsetInput(int ordinalInParent, MutableRel input) Methods inherited from class org.apache.calcite.rel.mutable.MutableSetOpequals, hashCode, isAllMethods inherited from class org.apache.calcite.rel.mutable.MutableReldeep, getParent, replaceInParent, toString
- 
Field Details- 
inputs
 
- 
- 
Method Details- 
ofCreates a MutableMinus.- Parameters:
- rowType- Row type
- inputs- Input relational expressions
- all- Whether to perform a multiset subtraction or a set subtraction
 
- 
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
 
- 
cloneChildren
 
-