Class CsvProjectTableScanRule


@Enclosing public class CsvProjectTableScanRule extends RelRule<CsvProjectTableScanRule.Config>
Planner rule that projects from a CsvTableScan scan just the columns needed to satisfy a projection. If the projection's expressions are trivial, the projection is removed.
See Also: