Function datafusion::logical_expr::array_has
source · pub fn array_has(first_array: Expr, second_array: Expr) -> Expr
Expand description
returns true, if the element appears in the first array, otherwise false.
pub fn array_has(first_array: Expr, second_array: Expr) -> Expr
returns true, if the element appears in the first array, otherwise false.