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::remove - Rust
[go: Go Back, main page]

Module remove

Source
Expand description

ScalarUDFImpl definitions for array_remove, array_remove_n, array_remove_all functions.

Functionsยง

array_remove
removes the first element from the array equal to the given value.
array_remove_all
removes all elements from the array equal to the given value.
array_remove_all_inner
Array_remove_all SQL function
array_remove_all_udf
ScalarFunction that returns a ScalarUDF for [$UDF]
array_remove_inner
Array_remove SQL function
array_remove_n
removes the first max elements from the array equal to the given value.
array_remove_n_inner
Array_remove_n SQL function
array_remove_n_udf
ScalarFunction that returns a ScalarUDF for [$UDF]
array_remove_udf
ScalarFunction that returns a ScalarUDF for [$UDF]