Package org.apache.calcite.rel.core
Interface RelFactories.TableScanFactory
- All Known Implementing Classes:
PigRelFactories.PigTableScanFactory
- Enclosing class:
RelFactories
public static interface RelFactories.TableScanFactory
Can create a
TableScan
of the appropriate type for a rule's calling
convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateScan
(RelOptTable.ToRelContext toRelContext, RelOptTable table) Creates aTableScan
.
-
Method Details
-
createScan
Creates aTableScan
.
-