Expand description
Analyzer
and AnalyzerRule
Modules§
- count_
wildcard_ rule - expand_
wildcard_ rule - function_
rewrite ApplyFunctionRewrites
to replaceExpr
s with function calls (e.g||
to array_concat`)- inline_
table_ scan - Analyzed rule to replace TableScan references such as DataFrames and Views and inlines the LogicalPlan.
- 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.