Module datafusion_optimizer::analyzer
source · Modules
- 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.