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

Method hasNext

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

Whether or not another set of results are available. Always call this before calling next. @return True if more results are available, false if not.

()

Source from the content-addressed store, hash-verified

73 * @return True if more results are available, false if not.
74 */
75 public boolean hasNext();
76
77 /**
78 * Iterates the {@link getResults()} to the next set of results. If there

Callers 14

loadFromFileMethod · 0.65
getRowKeyUIDRegexMethod · 0.65
buildFuzzyFiltersMethod · 0.65
nextMethod · 0.65
setupEmittersMethod · 0.65
hasNextMethod · 0.65
hasNextMethod · 0.65
hasNextMethod · 0.65
computeIntersectionMethod · 0.65
runLongMethod · 0.65
runDoubleMethod · 0.65
computeUnionMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected