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