Package org.apache.calcite.rel.core
Interface RelFactories.RepeatUnionFactory
- Enclosing class:
RelFactories
public static interface RelFactories.RepeatUnionFactory
Can create a
RepeatUnion
of
the appropriate type for a rule's calling convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateRepeatUnion
(RelNode seed, RelNode iterative, boolean all, int iterationLimit, RelOptTable table) Creates aRepeatUnion
.
-
Method Details
-
createRepeatUnion
RelNode createRepeatUnion(RelNode seed, RelNode iterative, boolean all, int iterationLimit, RelOptTable table) Creates aRepeatUnion
.
-