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

Module set_ops

Source
Expand description

ScalarUDFImpl definitions for array_union, array_intersect and array_distinct functions.

Functionsยง

array_distinct
returns distinct values from the array after removing duplicates.
array_distinct_udf
ScalarFunction that returns a ScalarUDF for [$UDF]
array_intersect
returns an array of the elements in the intersection of array1 and array2.
array_intersect_udf
ScalarFunction that returns a ScalarUDF for [$UDF]
array_union
returns an array of the elements in the union of array1 and array2 without duplicates.
array_union_udf
ScalarFunction that returns a ScalarUDF for [$UDF]