Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
normalize_cols in datafusion_expr::expr_rewriter - Rust
[go: Go Back, main page]

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