Documentation
¶
Overview ¶
Package groupLocally is the implementation of the group stage that runs locally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Accumulator ¶
type Accumulator struct {
Count uint64
ConvertObjectIdToDate bool
StoreMinMaxValue bool
MinValue interface{}
MaxValue interface{}
StoreAvgValue bool
ValuesSum float64
StoreMinMaxAvgLength bool
MinLength uint
MaxLength uint
LengthSum uint64
StoreValueDistribution bool
StoreLengthDistribution bool
StoreDateWeekdayDistribution bool
StoreDateHourDistribution bool
}
Accumulator represents aggregation in one group worker.
type GroupResults ¶
type GroupResults map[GroupId]*Accumulator
GroupResults are partial results from one go routine.
Click to show internal directories.
Click to hide internal directories.