Function arrow2::compute::comparison::primitive::gt_eq_scalar
source · [−]pub fn gt_eq_scalar<T>(lhs: &PrimitiveArray<T>, rhs: T) -> BooleanArray where
T: NativeType + Simd8,
T::Simd: Simd8PartialOrd,
Expand description
Perform left >= right
operation on an array and a scalar value.
Non-null values are greater than null values.