pub fn array_has_any(haystack_array: Expr, needle_array: Expr) -> Expr
Available on crate feature
nested_expressions
only.Expand description
returns true if at least one element of the second array appears in the first array; otherwise, it returns false.