Function datafusion_expr::expr_rewriter::normalize_cols
source ยท pub fn normalize_cols(
exprs: impl IntoIterator<Item = impl Into<Expr>>,
plan: &LogicalPlan,
) -> Result<Vec<Expr>>
Expand description
Recursively normalize all Column
expressions in a list of expression trees