MCPcopy
hub / github.com/OpenTSDB/opentsdb / getResults

Method getResults

src/query/expression/VariableIterator.java:106–106  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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

Callers 8

searchTSMetaMethod · 0.65
searchTSMeta_SummaryMethod · 0.65
searchTSUIDsMethod · 0.65
searchUIDMetaMethod · 0.65
searchAnnotationMethod · 0.65
searchEmptyResultSetMethod · 0.65
searchPOSTMethod · 0.65
compileMethod · 0.65

Implementers 2

IntersectionIteratorsrc/query/expression/IntersectionItera
UnionIteratorsrc/query/expression/UnionIterator.jav

Calls

no outgoing calls

Tested by 7

searchTSMetaMethod · 0.52
searchTSMeta_SummaryMethod · 0.52
searchTSUIDsMethod · 0.52
searchUIDMetaMethod · 0.52
searchAnnotationMethod · 0.52
searchEmptyResultSetMethod · 0.52
searchPOSTMethod · 0.52