public final class LogicalExchange extends Exchange
Exchange not
targeted at any particular engine or calling convention.RelNode.Contextdistributiondigest, id, rowType, traitSet| Modifier | Constructor and Description |
|---|---|
|
LogicalExchange(RelInput input)
Creates a LogicalExchange by parsing serialized output.
|
private |
LogicalExchange(RelOptCluster cluster,
RelTraitSet traitSet,
RelNode input,
RelDistribution distribution) |
| 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, computeDigest, computeSelfCost, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringprivate LogicalExchange(RelOptCluster cluster, RelTraitSet traitSet, RelNode input, RelDistribution distribution)
public 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–2018 The Apache Software Foundation. All rights reserved.