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

Method Iterator

tsdb/chunkenc/xor2.go:191–193  ·  view source on GitHub ↗

Iterator implements the Chunk interface.

(it Iterator)

Source from the content-addressed store, hash-verified

189
190// Iterator implements the Chunk interface.
191func (c *XOR2Chunk) Iterator(it Iterator) Iterator {
192 return c.iterator(it)
193}
194
195// xor2Appender appends samples with optional start timestamps using
196// the XOR2 joint control bit encoding for regular timestamp and value,

Callers 9

BenchmarkXor2ReadFunction · 0.95
requireXOR2SamplesFunction · 0.95
TestXOR2BasicFunction · 0.95
TestXOR2WithStalenessFunction · 0.95
TestXOR2LargeDodFunction · 0.95
FuzzXOR2ChunkFunction · 0.95

Calls 1

iteratorMethod · 0.95

Tested by 9

BenchmarkXor2ReadFunction · 0.76
requireXOR2SamplesFunction · 0.76
TestXOR2BasicFunction · 0.76
TestXOR2WithStalenessFunction · 0.76
TestXOR2LargeDodFunction · 0.76
FuzzXOR2ChunkFunction · 0.76