public final class LogicalMinus extends Minus
Minus
not targeted at any particular engine or calling convention.digest, id, rowType, traitSet| Constructor and Description |
|---|
LogicalMinus(RelInput input)
Creates a LogicalMinus by parsing serialized output.
|
LogicalMinus(RelOptCluster cluster,
List<RelNode> inputs,
boolean all)
Deprecated.
|
LogicalMinus(RelOptCluster cluster,
RelTraitSet traitSet,
List<RelNode> inputs,
boolean all)
Creates a LogicalMinus.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
accept(RelShuttle shuttle)
Accepts a visit from a shuttle.
|
LogicalMinus |
copy(RelTraitSet traitSet,
List<RelNode> inputs,
boolean all) |
static LogicalMinus |
create(List<RelNode> inputs,
boolean all)
Creates a LogicalMinus.
|
copy, deriveRowType, explainTerms, getInputs, isHomogeneous, replaceInputaccept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesStopped, isDistinct, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringpublic LogicalMinus(RelOptCluster cluster, RelTraitSet traitSet, List<RelNode> inputs, boolean all)
Use create(java.util.List<org.apache.calcite.rel.RelNode>, boolean) unless you know what you're doing.
@Deprecated public LogicalMinus(RelOptCluster cluster, List<RelNode> inputs, boolean all)
public LogicalMinus(RelInput input)
public static LogicalMinus create(List<RelNode> inputs, boolean all)
public LogicalMinus copy(RelTraitSet traitSet, List<RelNode> inputs, boolean all)
public RelNode accept(RelShuttle shuttle)
RelNodeaccept in interface RelNodeaccept in class AbstractRelNodeshuttle - ShuttleCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.