Module datafusion::optimizer::analyzer
source · Modules§
- Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.
- Analyzer rule for to replace operators with function calls (e.g
||
to array_concat`) - 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.