Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Sep 23, 2024
1 parent 9011483 commit 4bb2100
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vortex-array/src/stats/statsset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ impl StatsSet {
Self::from(stats)
}

pub fn values(&self) -> impl Iterator<Item = (&Stat, &Scalar)> + '_ {
self.values.iter()
}

pub fn of(stat: Stat, value: Scalar) -> Self {
Self::from(HashMap::from([(stat, value)]))
}
Expand Down

0 comments on commit 4bb2100

Please sign in to comment.