RelNode.Contextdigest, 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<RelHint> hints,
List<RelNode> inputs,
boolean all)
Creates a LogicalIntersect.
|
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.
|
RelNode |
withHints(List<RelHint> hintList)
Returns a new relational expression with the specified hints
hintList. |
estimateRowCountcopy, deriveRowType, explainTerms, getHints, getInputs, isHomogeneous, replaceInputaccept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, deepEquals, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesSet, hashCode, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitattachHintsexplain, fieldIsNullablepublic LogicalIntersect(RelOptCluster cluster, RelTraitSet traitSet, List<RelHint> hints, List<RelNode> inputs, boolean all)
Use create(java.util.List<org.apache.calcite.rel.RelNode>, boolean) unless you know what you're doing.
public 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 - Shuttlepublic RelNode withHints(List<RelHint> hintList)
HintablehintList.
This method should be overridden by every logical node that supports hint. It is only for internal use during decorrelation.
Sub-class should return a new copy of the relational expression.
The default implementation returns the relational expression directly only because not every kind of relational expression supports hints.
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.