pub fn min(array: &dyn Array) -> Result<Box<dyn Scalar>>
Available 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.