Function datafusion_functions_nested::replace::array_replace
source ยท pub fn array_replace(array: Expr, from: Expr, to: Expr) -> Expr
Expand description
replaces the first occurrence of the specified element with another specified element.