public class LogicalSortExchange extends SortExchange
SortExchange not
targeted at any particular engine or calling convention.RelNode.Contextcollationdistributiondigest, id, rowType, traitSet| Constructor and Description |
|---|
LogicalSortExchange(RelInput input)
Creates a LogicalSortExchange by parsing serialized output.
|
| Modifier and Type | Method and Description |
|---|---|
SortExchange |
copy(RelTraitSet traitSet,
RelNode newInput,
RelDistribution newDistribution,
RelCollation newCollation) |
static LogicalSortExchange |
create(RelNode input,
RelDistribution distribution,
RelCollation collation)
Creates a LogicalSortExchange.
|
copy, explainTerms, getCollationcomputeSelfCost, copy, getDistributionchildrenAccept, deriveRowType, estimateRowCount, getInput, getInputs, replaceInputaccept, accept, 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 LogicalSortExchange(RelInput input)
public static LogicalSortExchange create(RelNode input, RelDistribution distribution, RelCollation collation)
input - Input relational expressiondistribution - Distribution specificationcollation - array of sort specificationspublic SortExchange copy(RelTraitSet traitSet, RelNode newInput, RelDistribution newDistribution, RelCollation newCollation)
copy in class SortExchangeCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.