Function datafusion::functions_nested::replace::array_replace_all

source ยท
pub fn array_replace_all(array: Expr, from: Expr, to: Expr) -> Expr
Expand description

replaces all occurrences of the specified element with another specified element.