public class LogicalRepeatUnion extends RepeatUnion
RepeatUnion
not targeted at any particular engine or calling convention.
NOTE: The current API is experimental and subject to change without notice.
RelNode.Contextall, iterationLimit, transientTabledigest, id, rowType, traitSet| Modifier and Type | Method and Description |
|---|---|
LogicalRepeatUnion |
copy(RelTraitSet traitSet,
List<RelNode> inputs)
Creates a copy of this relational expression, perhaps changing traits and
inputs.
|
static LogicalRepeatUnion |
create(RelNode seed,
RelNode iterative,
boolean all,
int iterationLimit,
@Nullable RelOptTable transientTable)
Creates a LogicalRepeatUnion.
|
static LogicalRepeatUnion |
create(RelNode seed,
RelNode iterative,
boolean all,
@Nullable RelOptTable transientTable)
Creates a LogicalRepeatUnion.
|
deriveRowType, estimateRowCount, explainTerms, getIterativeRel, getSeedRel, getTransientTablechildrenAccept, getInputs, getLeft, getRight, replaceInputaccept, accept, 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, waitexplain, fieldIsNullablepublic static LogicalRepeatUnion create(RelNode seed, RelNode iterative, boolean all, @Nullable RelOptTable transientTable)
public static LogicalRepeatUnion create(RelNode seed, RelNode iterative, boolean all, int iterationLimit, @Nullable RelOptTable transientTable)
public LogicalRepeatUnion copy(RelTraitSet traitSet, List<RelNode> inputs)
RelNodeSub-classes with other important attributes are encouraged to create variants of this method with more parameters.
copy in interface RelNodecopy in class AbstractRelNodetraitSet - Trait setinputs - InputsCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.