Function arrow::compute::kernels::comparison::lt_eq_scalar[][src]

pub fn lt_eq_scalar<T>(
    left: &PrimitiveArray<T>,
    right: T::Native
) -> Result<BooleanArray> where
    T: ArrowNumericType
Expand description

Perform left <= right operation on a PrimitiveArray and a scalar value. Null values are less than non-null values.