Computes a set of results given the results of a TSQuery that may include multiple metrics and/or group by result sets. @param data_query The original query from the user @param results The results of the query @param params Parameters parsed from the expression endpoint related to the imple
(TSQuery data_query,
List<DataPoints[]> results, List<String> params)
| 33 | * @return An array of data points resulting from the implementation |
| 34 | */ |
| 35 | public DataPoints[] evaluate(TSQuery data_query, |
| 36 | List<DataPoints[]> results, List<String> params); |
| 37 | |
| 38 | /** |
no outgoing calls