Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_functions_array::replace - Rust
[go: Go Back, main page]

Module replace

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