Function datafusion_expr::expr_fn::array_has_all
source · pub fn array_has_all(first_array: Expr, second_array: Expr) -> Expr
Expand description
returns true if each element of the second array appears in the first array; otherwise, it returns false.