Documentation ¶
Overview ¶
Package query implement the query module for liaison and other modules to retrieve data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostProcessor ¶ added in v0.5.0
type PostProcessor interface { Put(entityValues pbv1.EntityValues, val int64, timestampMillis uint64) error Val([]string) []*measurev1.TopNList }
PostProcessor defines necessary methods for Top-N post processor with or without aggregation.
func CreateTopNPostAggregator ¶ added in v0.5.0
func CreateTopNPostAggregator(topN int32, aggrFunc modelv1.AggregationFunction, sort modelv1.Sort) PostProcessor
CreateTopNPostAggregator creates a Top-N post processor with or without aggregation.
Click to show internal directories.
Click to hide internal directories.