Runs this query. @return The data points matched by this query. Each element in the non-null but possibly empty array returned corresponds to one time series for which some data points have been matched by the query. @throws HBaseException if there was a problem communicating with HBase
()
| 226 | * perform the search. |
| 227 | */ |
| 228 | DataPoints[] run() throws HBaseException; |
| 229 | |
| 230 | /** |
| 231 | * Runs this query. |
no outgoing calls