()
| 93 | func (e errorIterator) Scan() chunkenc.ValueType { return chunkenc.ValNone } |
| 94 | func (e errorIterator) FindAtOrAfter(time model.Time) chunkenc.ValueType { return chunkenc.ValNone } |
| 95 | func (e errorIterator) Value() model.SamplePair { panic("no values") } |
| 96 | func (e errorIterator) AtHistogram(_ *histogram.Histogram) (int64, *histogram.Histogram) { |
| 97 | panic("no values") |
| 98 | } |
no outgoing calls