Documentation
¶
Index ¶
- func NewCountValues(next model.VectorOperator, param string, by bool, grouping []string, ...) model.VectorOperator
- func NewHashAggregate(next model.VectorOperator, paramOp model.VectorOperator, ...) (model.VectorOperator, error)
- func NewKHashAggregate(next model.VectorOperator, paramOp model.VectorOperator, ...) (model.VectorOperator, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCountValues ¶
func NewCountValues(next model.VectorOperator, param string, by bool, grouping []string, opts *query.Options) model.VectorOperator
func NewHashAggregate ¶
func NewHashAggregate( next model.VectorOperator, paramOp model.VectorOperator, aggregation parser.ItemType, by bool, labels []string, opts *query.Options, ) (model.VectorOperator, error)
func NewKHashAggregate ¶
func NewKHashAggregate( next model.VectorOperator, paramOp model.VectorOperator, aggregation parser.ItemType, by bool, labels []string, opts *query.Options, ) (model.VectorOperator, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.