Expand description
ScalarUDFImpl
definitions for array_replace, array_replace_n and array_replace_all functions.
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 [$UDF
] - 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 [$UDF
] - array_
replace_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
]