pub fn min(
    array: &dyn Array
) -> Result<Box<dyn Scalar + 'static, Global>, ArrowError>
This is supported on crate feature compute_aggregate only.
Expand description

Returns the minimum of Array. The scalar is null when all elements are null.

Error

Errors iff the type does not support this operation.