public final class LogicalExchange extends Exchange
Exchange not
targeted at any particular engine or calling convention.distributiondigest, 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, getInput, getInputs, getRows, replaceInputaccept, collectVariablesSet, collectVariablesUsed, computeDigest, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesStopped, isDistinct, isKey, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringpublic 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–2015 The Apache Software Foundation. All rights reserved.