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

Method next

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

Iterates the getResults() to the next set of results. If there aren't any results left, the implementation may throw an exception. Always call hasNext() first.

()

Source from the content-addressed store, hash-verified

80 * call {@link hasNext()} first.
81 */
82 public void next();
83
84 /**
85 * Determines whether the individual series in the {@code values} array has

Callers 15

loadFromFileMethod · 0.65
getRowKeyUIDRegexMethod · 0.65
buildFuzzyFiltersMethod · 0.65
nextMethod · 0.65
setupEmittersMethod · 0.65
nextMethod · 0.65
metricNameAsyncMethod · 0.65
metricUIDMethod · 0.65
nextMethod · 0.65
nextMethod · 0.65
computeIntersectionMethod · 0.65
runLongMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected