MCPcopy Create free account
hub / github.com/apache/impala / hasNext

Method hasNext

fe/src/main/java/org/apache/impala/util/IntIterator.java:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20/** Primitive int iterator */
21public abstract class IntIterator {
22 public abstract boolean hasNext();
23 public abstract int next();
24 public abstract int peek();
25

Callers 15

printMethod · 0.95
condenseGraphOnSccMethod · 0.95
validateMethod · 0.95
compareOutputMethod · 0.45
checkTableColsMethod · 0.45
checkHBaseTableColsMethod · 0.45
copyFilesMethod · 0.45
extractApplicableRefsMethod · 0.45

Calls

no outgoing calls

Tested by 6

compareOutputMethod · 0.36
checkTableColsMethod · 0.36
checkHBaseTableColsMethod · 0.36
copyFilesMethod · 0.36