Function arrow::compute::kernels::comparison::gt_eq_scalar
source · [−]pub fn gt_eq_scalar<T>(
left: &PrimitiveArray<T>,
right: T::Native
) -> Result<BooleanArray>where
T: ArrowNumericType,
Expand description
Perform left >= right
operation on a PrimitiveArray
and a scalar value.
Non-null values are greater than null values.