Package org.apache.calcite.rel.core
Interface RelFactories.CombineFactory
- Enclosing class:
RelFactories
public static interface RelFactories.CombineFactory
Can create a
Combine of the appropriate type for a rule's calling
convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateCombine(RelOptCluster cluster, List<RelNode> inputs) Creates aCombine.
-
Method Details
-
createCombine
Creates aCombine.
-