Expand description
ScalarUDFImpl definitions for array_replace, array_replace_n and array_replace_all functions.
Functionsยง
- replaces the first occurrence of the specified element with another specified element.
- replaces all occurrences of the specified element with another specified element.
- ScalarFunction that returns a
ScalarUDFfor ArrayReplaceAll - replaces the first
maxoccurrences of the specified element with another specified element. - ScalarFunction that returns a
ScalarUDFfor ArrayReplaceN - ScalarFunction that returns a
ScalarUDFfor ArrayReplace