Function datafusion_expr::expr_fn::array_replace_n
source · pub fn array_replace_n(array: Expr, from: Expr, to: Expr, max: Expr) -> Expr
Expand description
replaces the first max
occurrences of the specified element with another specified element.