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

pub fn replace_col(
    e: Expr,
    replace_map: &HashMap<&Column, &Column>
) -> Result<Expr>
Expand description

Recursively replace all Column expressions in a given expression tree with Column expressions provided by the hash map argument.