Class: Sentiero::Analytics::StatsAggregator::Accumulator

Inherits:
Struct
  • Object
show all
Defined in:
lib/sentiero/analytics/stats_aggregator.rb

Overview

Mutable bag of the running tallies for one aggregate scan. A Struct (not a Hash) so the ~24 fields are named accessors threaded through the tally_* methods rather than string-typed acc.key lookups.