datafusion_expr::expr_rewriter

Function normalize_col

Source
pub fn normalize_col(expr: Expr, plan: &LogicalPlan) -> Result<Expr>
Expand description

Recursively call LogicalPlanBuilder::normalize on all Column expressions in the expr expression tree.