Function datafusion_functions_nested::array_has::array_has_any
source ยท pub fn array_has_any(haystack_array: Expr, needle_array: Expr) -> Expr
Expand description
returns true if at least one element of the second array appears in the first array; otherwise, it returns false.