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

Module except

Source
Expand description

ScalarUDFImpl definitions for array_except function.

Functionsยง

array_except
returns an array of the elements that appear in the first array but not in the second.
array_except_inner
Array_except SQL function
array_except_udf
ScalarFunction that returns a ScalarUDF for [$UDF]