Documentation
¶
Overview ¶
Package groupby implements the "group-by" transform primitive: it buckets the timeline by a chosen Event field and writes one Row per bucket to State.Rows, each carrying the bucket's event count and additions/ deletions totals.
Index ¶
Constants ¶
View Source
const Name = "group-by"
Name is the primitive's registry key.
Variables ¶
View Source
var ErrUnknownBy = errors.New("unknown group-by field")
ErrUnknownBy is returned by New when the "by" param names a field group-by doesn't know how to bucket on.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.