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