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
rewrite_expression in datafusion::optimizer::utils - Rust
[go: Go Back, main page]

Function datafusion::optimizer::utils::rewrite_expression[][src]

pub fn rewrite_expression(expr: &Expr, expressions: &[Expr]) -> Result<Expr>
Expand description

returns a new expression where the expressions in expr are replaced by the ones in expressions. This is used in conjunction with expr_expressions to re-write expressions.