Versions in this module Expand all Collapse all v0 v0.5.8 Jan 19, 2019 Changes in this version + func AddSampleAccum(a, b interface{}) interface + func AddSampleCount(a, b interface{}) interface + func AddSampleMax(a, b interface{}) interface + func AddSampleMin(a, b interface{}) interface + func AddSampleSum(a, b interface{}) interface + func AggregateBlocksAccumulate(blocks []interface{}, start int, size int) interface + func AggregateBlocksAvg(blocks []interface{}, start int, size int) interface + func AggregateBlocksCount(blocks []interface{}, start int, size int) interface + func AggregateBlocksMax(blocks []interface{}, start int, size int) interface + func AggregateBlocksMin(blocks []interface{}, start int, size int) interface + func AggregateBlocksSum(blocks []interface{}, start int, size int) interface + func AggregateSingleAvg(a interface{}, count int) interface + func AggregateSingleNoopFunc(value interface{}, count int) interface