Package org.apache.calcite.rel.core
Interface RelFactories.SpoolFactory
- Enclosing class:
RelFactories
public static interface RelFactories.SpoolFactory
Can create a
Spool
of
the appropriate type for a rule's calling convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateTableSpool
(RelNode input, Spool.Type readType, Spool.Type writeType, RelOptTable table) Creates aTableSpool
.
-
Method Details
-
createTableSpool
RelNode createTableSpool(RelNode input, Spool.Type readType, Spool.Type writeType, RelOptTable table) Creates aTableSpool
.
-