Tells whether the current rollup query sampling rate is lower than the initial request @return true if it is of lower sampling rate else false
()
| 184 | * @return true if it is of lower sampling rate else false |
| 185 | */ |
| 186 | public boolean isLowerSamplingRate() { |
| 187 | return this.rollup_interval.getIntervalSeconds() * 1000 < sample_interval_ms; |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Looks at the SLA configured for the table to be queried and determines the |
no test coverage detected