pub trait Max {
// Required method
fn max(&self) -> Result<Number>;
}Available on crate feature
metrics only.Expand description
Max returns the maximum value over the set of values that were aggregated.
pub trait Max {
// Required method
fn max(&self) -> Result<Number>;
}metrics only.Max returns the maximum value over the set of values that were aggregated.