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