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