MCPcopy
hub / github.com/prometheus/prometheus / Iterator

Method Iterator

tsdb/chunkenc/chunk.go:107–107  ·  view source on GitHub ↗

The iterator passed as argument is for re-use. Depending on implementation, the iterator can be re-used or a new iterator can be allocated.

(Iterator)

Source from the content-addressed store, hash-verified

105 // Depending on implementation, the iterator can
106 // be re-used or a new iterator can be allocated.
107 Iterator(Iterator) Iterator
108}
109
110// Appender adds sample with start timestamp, timestamp, and value to a chunk.

Callers 15

nextMethod · 0.95
NextMethod · 0.65
testBlockQuerierFunction · 0.65
BenchmarkQuerySeekFunction · 0.65
benchQueryFunction · 0.65
BenchmarkHeadQuerierFunction · 0.65

Implementers 15

blockSeriesEntrytsdb/querier.go
chunkSeriesEntrytsdb/querier.go
mockIterabletsdb/querier_test.go
mergedOOOChunkstsdb/ooo_head_read.go
safeHeadChunktsdb/head_read.go
XOR2Chunktsdb/chunkenc/xor2.go
HistogramChunktsdb/chunkenc/histogram.go
XORChunktsdb/chunkenc/xor.go
FloatHistogramChunktsdb/chunkenc/float_histogram.go
mockSeriesstorage/interface.go
SeriesEntrystorage/series.go
ChunkSeriesEntrystorage/series.go

Calls

no outgoing calls