pub fn array_has_any(haystack_array: Expr, needle_array: Expr) -> Expr
returns true if at least one element of the second array appears in the first array; otherwise, it returns false.