Function deltalake::arrow::compute::kernels::comparison::lt_eq_bool_scalar

source ·
pub fn lt_eq_bool_scalar(
    left: &BooleanArray,
    right: bool
) -> Result<BooleanArray, ArrowError>
👎Deprecated: Use arrow_ord::cmp::lt_eq
Expand description

Perform left <= right operation on BooleanArray and a scalar