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