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

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

Perform left > right operation on an array and a scalar value. Non-null values are greater than null values.