MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / isHistogramScan

Method isHistogramScan

src/core/MultiGetQuery.java:838–840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

836 }
837
838 private boolean isHistogramScan() {
839 return histogramSpans != null;
840 }
841
842 private void mergeHistogramDataPoints() {
843 if (histogramSpans != null) {

Callers 2

mergeAndReturnResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected