@return the end time of the HBase scan for unit tests.
(final TsdbQuery query)
| 1911 | |
| 1912 | /** @return the end time of the HBase scan for unit tests. */ |
| 1913 | static long getScanEndTimeSeconds(final TsdbQuery query) { |
| 1914 | return query.getScanEndTimeSeconds(); |
| 1915 | } |
| 1916 | |
| 1917 | /** @return the downsampling interval for unit tests. */ |
| 1918 | static long getDownsampleIntervalMs(final TsdbQuery query) { |
nothing calls this directly
no test coverage detected