pub trait ArrayStatisticsCompute {
// Provided method
fn compute_statistics(&self, _stat: Stat) -> Result<StatsSet, VortexError> { ... }
}Provided Methods§
Sourcefn compute_statistics(&self, _stat: Stat) -> Result<StatsSet, VortexError>
fn compute_statistics(&self, _stat: Stat) -> Result<StatsSet, VortexError>
Compute the requested statistic. Can return additional stats.