Expand description
ScalarUDFImpl
definitions for array_replace, array_replace_n and array_replace_all functions.
Structs§
Functions§
- array_
replace - replaces the first occurrence of the specified element with another specified element.
- array_
replace_ all - replaces all occurrences of the specified element with another specified element.
- array_
replace_ all_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayReplaceAll - array_
replace_ n - replaces the first
max
occurrences of the specified element with another specified element. - array_
replace_ n_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayReplaceN - array_
replace_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayReplace