public final class LogicalIntersect extends Intersect
Intersect
not targeted at any particular engine or calling convention.digest, id, rowType, traitSet| Constructor and Description |
|---|
LogicalIntersect(RelInput input)
Creates a LogicalIntersect by parsing serialized output.
|
LogicalIntersect(RelOptCluster cluster,
List<RelNode> inputs,
boolean all)
Deprecated.
|
LogicalIntersect(RelOptCluster cluster,
RelTraitSet traitSet,
List<RelNode> inputs,
boolean all)
Creates a LogicalIntersect.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
accept(RelShuttle shuttle)
Accepts a visit from a shuttle.
|
LogicalIntersect |
copy(RelTraitSet traitSet,
List<RelNode> inputs,
boolean all) |
static LogicalIntersect |
create(List<RelNode> inputs,
boolean all)
Creates a LogicalIntersect.
|
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 LogicalIntersect(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 LogicalIntersect(RelOptCluster cluster, List<RelNode> inputs, boolean all)
public LogicalIntersect(RelInput input)
public static LogicalIntersect create(List<RelNode> inputs, boolean all)
public LogicalIntersect 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.