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

pub fn lt<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.