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)
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)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.