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_expr::expr_rewriter - Rust
[go: Go Back, main page]

Function normalize_col

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

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