Class EnumerableTableSpool

All Implemented Interfaces:
Cloneable, EnumerableRel, RelOptNode, PhysicalNode, RelNode

public class EnumerableTableSpool extends TableSpool implements EnumerableRel
Implementation of TableSpool in enumerable calling convention that writes into a ModifiableTable (which must exist in the current schema).

NOTE: The current API is experimental and subject to change without notice.