Module datafusion_optimizer::inline_table_scan
source · Expand description
Optimizer rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan to support further optimization
Structs
Optimization rule that inlines TableScan that provide a LogicalPlan
([DataFrame] / [ViewTable])