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