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
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