Function datafusion_expr::expr_rewriter::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.