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

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

pub fn rewrite_expression(expr: &Expr, expressions: &Vec<Expr>) -> Result<Expr>

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.