()
| 35 | } |
| 36 | |
| 37 | func (bs *batchStream) atHistogram() (int64, *histogram.Histogram) { |
| 38 | b := &(*bs)[0] |
| 39 | return b.Timestamps[b.Index], b.Histograms[b.Index] |
| 40 | } |
| 41 | |
| 42 | func (bs *batchStream) atFloatHistogram() (int64, *histogram.FloatHistogram) { |
| 43 | b := &(*bs)[0] |