pub fn lt_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArray
This is supported on crate feature
compute_comparison
only.Expand description
Perform left < right
operation on an array and a scalar value.
pub fn lt_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArray
compute_comparison
only.Perform left < right
operation on an array and a scalar value.