pub fn lt_eq_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArray
Available 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.