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