Documentation ¶
Overview ¶
Package batch implements batched processing for slices of points in particular aggregations
Index ¶
- func Avg(in []schema.Point) float64
- func Cnt(in []schema.Point) float64
- func Diff(in []schema.Point) float64
- func Lst(in []schema.Point) float64
- func Max(in []schema.Point) float64
- func Med(in []schema.Point) float64
- func Min(in []schema.Point) float64
- func Mult(in []schema.Point) float64
- func Range(in []schema.Point) float64
- func StdDev(in []schema.Point) float64
- func Sum(in []schema.Point) float64
- type AggFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.