Function datafusion_functions_array::array_has::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.