@return the start time of the HBase scan for unit tests.
(final TsdbQuery query)
| 1906 | |
| 1907 | /** @return the start time of the HBase scan for unit tests. */ |
| 1908 | static long getScanStartTimeSeconds(final TsdbQuery query) { |
| 1909 | return query.getScanStartTimeSeconds(); |
| 1910 | } |
| 1911 | |
| 1912 | /** @return the end time of the HBase scan for unit tests. */ |
| 1913 | static long getScanEndTimeSeconds(final TsdbQuery query) { |
nothing calls this directly
no test coverage detected