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

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

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