Module datafusion_functions_nested::replace
source · 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
ScalarUDF
for ArrayReplaceAll - replaces the first
max
occurrences of the specified element with another specified element. - ScalarFunction that returns a
ScalarUDF
for ArrayReplaceN - ScalarFunction that returns a
ScalarUDF
for ArrayReplace