(_ *histogram.FloatHistogram)
| 97 | panic("no values") |
| 98 | } |
| 99 | func (e errorIterator) AtFloatHistogram(_ *histogram.FloatHistogram) (int64, *histogram.FloatHistogram) { |
| 100 | panic("no values") |
| 101 | } |
| 102 | func (e errorIterator) Batch(size int, valType chunkenc.ValueType) Batch { panic("no values") } |
| 103 | func (e errorIterator) Err() error { return errors.New(string(e)) } |
no outgoing calls
no test coverage detected