datafusion_functions_nested::array_has

Function array_has_all

Source
pub fn array_has_all(haystack_array: Expr, needle_array: Expr) -> Expr
Expand description

returns true if each element of the second array appears in the first array; otherwise, it returns false.