MCPcopy Create free account
hub / github.com/cortexproject/cortex / Iterator

Method Iterator

pkg/querier/batch/batch.go:28–30  ·  view source on GitHub ↗
(reuse chunk.Iterator)

Source from the content-addressed store, hash-verified

26}
27
28func (c GenericChunk) Iterator(reuse chunk.Iterator) chunk.Iterator {
29 return c.iterator(reuse)
30}
31
32// iterator iterates over batches.
33type iterator interface {

Callers 12

SeriesMethod · 0.45
readSamplesFromChunksFunction · 0.45
PopulateBlockMethod · 0.45
TestIngesterStreamingFunction · 0.45
NewParquetQueryableFunction · 0.45
queryStreamChunksMethod · 0.45
MatrixFromSeriesSetFunction · 0.45
SeriesSetToQueryResponseFunction · 0.45
NewIteratorMethod · 0.45
FindAtOrAfterMethod · 0.45

Calls

no outgoing calls