Class CsvProjectTableScanRule


  • public class CsvProjectTableScanRule
    extends RelOptRule
    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.