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

Method isHistogramQuery

src/core/TSSubQuery.java:537–539  ·  view source on GitHub ↗

Whether this query is towards histogram data points. @return true if this query is toward histogram data points, false otherwise.

()

Source from the content-addressed store, hash-verified

535 * @return true if this query is toward histogram data points, false otherwise.
536 */
537 public boolean isHistogramQuery() {
538 return ((percentiles != null && percentiles.size() > 0) || this.show_histogram_buckets);
539 }
540
541 public boolean getShowHistogramBuckets() {
542 return this.show_histogram_buckets;

Callers 1

checkHistogramQueryMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected