Documentation ¶
Index ¶
- func NewCountValues(pool *model.VectorPool, next model.VectorOperator, param string, by bool, ...) model.VectorOperator
- func NewHashAggregate(points *model.VectorPool, next model.VectorOperator, ...) (model.VectorOperator, error)
- func NewKHashAggregate(points *model.VectorPool, next model.VectorOperator, ...) (model.VectorOperator, error)
- func Quantile(q float64, points []float64) float64
- func SumCompensated(s []float64) float64
- type ValueType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCountValues ¶
func NewCountValues(pool *model.VectorPool, next model.VectorOperator, param string, by bool, grouping []string, opts *query.Options) model.VectorOperator
func NewHashAggregate ¶
func NewHashAggregate( points *model.VectorPool, next model.VectorOperator, paramOp model.VectorOperator, aggregation parser.ItemType, by bool, labels []string, opts *query.Options, ) (model.VectorOperator, error)
func NewKHashAggregate ¶
func NewKHashAggregate( points *model.VectorPool, next model.VectorOperator, paramOp model.VectorOperator, aggregation parser.ItemType, by bool, labels []string, opts *query.Options, ) (model.VectorOperator, error)
func SumCompensated ¶
SumCompensated returns the sum of the elements of the slice calculated with greater accuracy than Sum at the expense of additional computation.
Types ¶
Click to show internal directories.
Click to hide internal directories.