()
| 40 | } |
| 41 | |
| 42 | func (bs *batchStream) atFloatHistogram() (int64, *histogram.FloatHistogram) { |
| 43 | b := &(*bs)[0] |
| 44 | return b.Timestamps[b.Index], b.FloatHistograms[b.Index] |
| 45 | } |
| 46 | |
| 47 | func (bs *batchStream) atTime() int64 { |
| 48 | return (*bs)[0].Timestamps[(*bs)[0].Index] |