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_col in datafusion::logical_plan::expr_rewriter - Rust
[go: Go Back, main page]

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

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