MCPcopy Create free account
hub / github.com/cortexproject/cortex / atFloatHistogram

Method atFloatHistogram

pkg/querier/batch/stream.go:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mergeStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected