overload

package
v0.0.0-...-4d2ef29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Avg = iota
	Max
	Min
	Sum
	Count
)

Variables

View Source
var AggName = [...]string{
	Avg:   "avg",
	Max:   "max",
	Min:   "min",
	Sum:   "sum",
	Count: "count",
}

Functions

This section is empty.

Types

type Aggregation

type Aggregation interface {
	Reset()
	Fill(value.Array) error
	Eval() (value.Value, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL