[][src]Function arrow::array_ops::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.