Expand description
Analyzer
and AnalyzerRule
Modules§
- function_
rewrite ApplyFunctionRewrites
to replaceExpr
s with function calls (e.g||
to array_concat`)- resolve_
grouping_ function - Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.
- subquery
- type_
coercion - Optimizer rule for type validation and coercion
Structs§
- Analyzer
- Rule-based Analyzer.
Traits§
- Analyzer
Rule AnalyzerRule
s transformLogicalPlan
s in some way to make the plan valid prior to the rest of the DataFusion optimization process.