Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
func
(c GenericChunk) Iterator(reuse chunk.Iterator) chunk.Iterator {
29
return
c.iterator(reuse)
30
}
31
32
// iterator iterates over batches.
33
type
iterator
interface
{
Callers
12
Series
Method · 0.45
readSamplesFromChunks
Function · 0.45
PopulateBlock
Method · 0.45
TestIngesterStreaming
Function · 0.45
TestBlocksStoreQuerier_Select
Function · 0.45
NewParquetQueryable
Function · 0.45
queryStreamChunks
Method · 0.45
TestIngester_DiscardOutOfOrderFlagIntegration
Function · 0.45
MatrixFromSeriesSet
Function · 0.45
SeriesSetToQueryResponse
Function · 0.45
NewIterator
Method · 0.45
FindAtOrAfter
Method · 0.45
Calls
no outgoing calls
Tested by
4
readSamplesFromChunks
Function · 0.36
TestIngesterStreaming
Function · 0.36
TestBlocksStoreQuerier_Select
Function · 0.36
TestIngester_DiscardOutOfOrderFlagIntegration
Function · 0.36