Function polars::export::arrow::compute::comparison::primitive::lt_eq_scalar
source · [−]pub fn lt_eq_scalar<T>(lhs: &PrimitiveArray<T>, rhs: T) -> BooleanArray where
T: NativeType + Simd8,
<T as Simd8>::Simd: Simd8PartialOrd,
This is supported on crate feature
compute_comparison
only.Expand description
Perform left <= right
operation on an array and a scalar value.
Null values are less than non-null values.