Class TableScanRule

All Implemented Interfaces:
TransformationRule

@Deprecated @Enclosing public class TableScanRule extends RelRule<RelRule.Config> implements TransformationRule
Deprecated.
org.apache.calcite.rel.core.RelFactories.TableScanFactoryImpl has called RelOptTable.toRel(RelOptTable.ToRelContext).
Planner rule that converts a LogicalTableScan to the result of calling RelOptTable.toRel(org.apache.calcite.plan.RelOptTable.ToRelContext).