Function lance::arrow::argmax

source ·
pub fn argmax<T: ArrowNumericType>(array: &PrimitiveArray<T>) -> Option<u32>where
T::Native: PartialOrd,
Expand description

Argmax on a PrimitiveArray.

Returns the index of the max value in the array.