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

Method Next

pkg/querier/batch/batch.go:38–38  ·  view source on GitHub ↗

Next moves to the next batch and returns chunk value type.

(size int)

Source from the content-addressed store, hash-verified

36
37 // Next moves to the next batch and returns chunk value type.
38 Next(size int) chunkenc.ValueType
39
40 // AtTime returns the start time of the next batch. Must only be called after
41 // Seek or Next have returned true.

Callers 15

findConfigsMethod · 0.65
findRulesConfigsMethod · 0.65
QueryMethod · 0.65
SeriesMethod · 0.65
readSamplesFromChunksFunction · 0.65
PopulateBlockMethod · 0.65
NewShardedPostingFunction · 0.65
runMethod · 0.65

Implementers 3

chunkIteratorpkg/querier/batch/chunk.go
mergeIteratorpkg/querier/batch/merge.go
nonOverlappingIteratorpkg/querier/batch/non_overlapping.go

Calls

no outgoing calls