pub fn min( array: &dyn Array) -> Result<Box<dyn Scalar + 'static, Global>, ArrowError>
compute_aggregate
Returns the minimum of Array. The scalar is null when all elements are null.
Array
Errors iff the type does not support this operation.