Function datafusion::optimizer::utils::rewrite_expression [−][src]
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.