MCPcopy Index your code
hub / github.com/cortexproject/cortex / getChunksIteratorFunction

Function getChunksIteratorFunction

pkg/querier/querier.go:215–217  ·  view source on GitHub ↗
(_ Config)

Source from the content-addressed store, hash-verified

213}
214
215func getChunksIteratorFunction(_ Config) chunkIteratorFunc {
216 return batch.NewChunkMergeIterator
217}
218
219// New builds a queryable and promql engine.
220func New(cfg Config, limits *validation.Overrides, distributor Distributor, stores []QueryableWithFilter, reg prometheus.Registerer, logger log.Logger, isPartialDataEnabled partialdata.IsCfgEnabledFunc) (storage.SampleAndChunkQueryable, storage.ExemplarQueryable, engine.QueryEngine) {

Callers 2

NewFunction · 0.85
NewMockStoreQueryableFunction · 0.85

Calls

no outgoing calls

Tested by 1

NewMockStoreQueryableFunction · 0.68