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

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

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