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

Method hasNext

src/query/expression/ExpressionIterator.java:309–312  ·  view source on GitHub ↗

Checks to see if we have another value in any of the series. Make sure to call #compile() first. @return True if there is more data to process, false if not

()

Source from the content-addressed store, hash-verified

307 * @return True if there is more data to process, false if not
308 */
309 @Override
310 public boolean hasNext() {
311 return iterator.hasNext();
312 }
313
314 /**
315 * Fetches the next set of data and computes a value for the expression.

Calls 1

hasNextMethod · 0.65