MCPcopy
hub / github.com/prometheus/prometheus / populateWithDelSeriesIterator

Struct populateWithDelSeriesIterator

tsdb/querier.go:801–805  ·  view source on GitHub ↗

populateWithDelSeriesIterator allows to iterate over samples for the single series.

Source from the content-addressed store, hash-verified

799
800// populateWithDelSeriesIterator allows to iterate over samples for the single series.
801type populateWithDelSeriesIterator struct {
802 populateWithDelGenericSeriesIterator
803
804 curr chunkenc.Iterator
805}
806
807func (p *populateWithDelSeriesIterator) reset(blockID ulid.ULID, cr ChunkReader, chks []chunks.Meta, intervals tombstones.Intervals) {
808 p.populateWithDelGenericSeriesIterator.reset(blockID, cr, chks, intervals)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected