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

Method isHistogramQuery

src/core/TsdbQuery.java:805–812  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

803 }
804
805 @Override
806 public boolean isHistogramQuery() {
807 if ((this.percentiles != null && this.percentiles.size() > 0) || show_histogram_buckets) {
808 return true;
809 }
810
811 return false;
812 }
813
814 @Override
815 public boolean isRollupQuery() {

Callers 1

runHistogramAsyncMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected