Documentation ¶
Index ¶
- 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 AggregateBlocksAvg(blocks []interface{}, size int) interface{}
- func AggregateBlocksCount(blocks []interface{}, size int) interface{}
- func AggregateBlocksMax(blocks []interface{}, size int) interface{}
- func AggregateBlocksMin(blocks []interface{}, size int) interface{}
- func AggregateBlocksSum(blocks []interface{}, size int) interface{}
- func AggregateSingleAvg(a interface{}, count int) interface{}
- func AggregateSingleNoopFunc(value interface{}, count int) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSampleCount ¶
func AddSampleCount(a, b interface{}) interface{}
func AddSampleMax ¶
func AddSampleMax(a, b interface{}) interface{}
func AddSampleMin ¶
func AddSampleMin(a, b interface{}) interface{}
func AddSampleSum ¶
func AddSampleSum(a, b interface{}) interface{}
func AggregateBlocksAvg ¶
func AggregateBlocksAvg(blocks []interface{}, size int) interface{}
func AggregateBlocksCount ¶
func AggregateBlocksCount(blocks []interface{}, size int) interface{}
func AggregateBlocksMax ¶
func AggregateBlocksMax(blocks []interface{}, size int) interface{}
func AggregateBlocksMin ¶
func AggregateBlocksMin(blocks []interface{}, size int) interface{}
func AggregateBlocksSum ¶
func AggregateBlocksSum(blocks []interface{}, size int) interface{}
func AggregateSingleAvg ¶
func AggregateSingleAvg(a interface{}, count int) interface{}
func AggregateSingleNoopFunc ¶
func AggregateSingleNoopFunc(value interface{}, count int) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.