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

Struct prometheusChunkIterator

pkg/chunk/chunk.go:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type prometheusChunkIterator struct {
45 c chunkenc.Chunk // we need chunk, because FindAtOrAfter needs to start with fresh iterator.
46 it chunkenc.Iterator
47}
48
49func (p *prometheusChunkIterator) Scan() chunkenc.ValueType {
50 return p.it.Next()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected