Function arrow::compute::kernels::comparison::lt_dyn_scalar
source · [−]pub fn lt_dyn_scalar<T>(left: &dyn Array, right: T) -> Result<BooleanArray>where
T: ToPrimitive + Debug,
Expand description
Perform left < right
operation on an array and a numeric scalar
value. Supports PrimitiveArrays, and DictionaryArrays that have primitive values