public final class LogicalExchange extends Exchange
Exchange not
targeted at any particular engine or calling convention.RelNode.Contextdistributiondigest, id, rowType, traitSet| Constructor and Description |
|---|
LogicalExchange(RelInput input)
Creates a LogicalExchange by parsing serialized output.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
accept(RelShuttle shuttle)
Accepts a visit from a shuttle.
|
Exchange |
copy(RelTraitSet traitSet,
RelNode newInput,
RelDistribution newDistribution) |
static LogicalExchange |
create(RelNode input,
RelDistribution distribution)
Creates a LogicalExchange.
|
computeSelfCost, copy, explainTerms, getDistributionchildrenAccept, deriveRowType, estimateRowCount, getInput, getInputs, replaceInputaccept, collectVariablesSet, collectVariablesUsed, 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 LogicalExchange(RelInput input)
public static LogicalExchange create(RelNode input, RelDistribution distribution)
input - Input relational expressiondistribution - Distribution specificationpublic Exchange copy(RelTraitSet traitSet, RelNode newInput, RelDistribution newDistribution)
public RelNode accept(RelShuttle shuttle)
RelNodeaccept in interface RelNodeaccept in class AbstractRelNodeshuttle - ShuttleCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.