Package org.apache.calcite.adapter.file
Class FileRules
java.lang.Object
org.apache.calcite.adapter.file.FileRules
Planner rules relating to the File adapter.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CsvProjectTableScanRule
Rule that matches aProject
on aCsvTableScan
and pushes down projects if possible. -
Method Summary
-
Field Details
-
PROJECT_SCAN
Rule that matches aProject
on aCsvTableScan
and pushes down projects if possible.
-