Package org.apache.calcite.rel.core
Interface RelFactories.SortExchangeFactory
- Enclosing class:
RelFactories
public static interface RelFactories.SortExchangeFactory
Can create a
SortExchange
of the appropriate type for a rule's calling convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateSortExchange
(RelNode input, RelDistribution distribution, RelCollation collation) Creates aSortExchange
.
-
Method Details
-
createSortExchange
Creates aSortExchange
.
-