Expand description
Analyzer
and AnalyzerRule
Modules§
- Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.
- Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.
- Optimizer rule for type validation and coercion
Structs§
- A rule-based Analyzer.
Traits§
AnalyzerRule
s transformLogicalPlan
s in some way to make the plan valid prior to the rest of the DataFusion optimization process.