Function arrow2::compute::comparison::gt_eq_scalar
source · [−]pub fn gt_eq_scalar(lhs: &dyn Array, rhs: &dyn Scalar) -> BooleanArray
Expand description
>=
between an Array
and a Scalar
.
Use can_gt_eq_scalar
to check whether the operation is valid
Panic
Panics iff either:
- they do not have have the same logical type
- the operation is not supported for the logical type