Whether this query is towards histogram data points. @return true if this query is toward histogram data points, false otherwise.
()
| 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; |
no test coverage detected