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

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

Perform left <= right operation on two arrays. Null values are less than non-null values.