Returns a map of variable names to result series. You can maintain the reference returned without having to call getResults() on every iteration. Calling next() will simply update the ExpressionDataPoint array. The implementation may return a null map if there weren't any results available.
()
| 104 | * @return A map with results to read from. |
| 105 | */ |
| 106 | public Map<String, ExpressionDataPoint[]> getResults(); |
| 107 | |
| 108 | /** @return The number of time series after the join. This should match the |
| 109 | * number of entries in the results data point array, not the number of |
no outgoing calls