Package org.apache.calcite.rel.core
Interface RelFactories.ExchangeFactory
- Enclosing class:
RelFactories
public static interface RelFactories.ExchangeFactory
Can create a
Exchange
of the appropriate type for a rule's calling convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateExchange
(RelNode input, RelDistribution distribution) Creates an Exchange.
-
Method Details
-
createExchange
Creates an Exchange.
-