diff --git a/vortex-array/src/stats/statsset.rs b/vortex-array/src/stats/statsset.rs index b8e5c8331f..0124516f8d 100644 --- a/vortex-array/src/stats/statsset.rs +++ b/vortex-array/src/stats/statsset.rs @@ -62,10 +62,6 @@ impl StatsSet { Self::from(stats) } - pub fn values(&self) -> impl Iterator + '_ { - self.values.iter() - } - pub fn of(stat: Stat, value: Scalar) -> Self { Self::from(HashMap::from([(stat, value)])) }