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

Method next

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

Source from the content-addressed store, hash-verified

21public abstract class IntIterator {
22 public abstract boolean hasNext();
23 public abstract int next();
24 public abstract int peek();
25
26 static IntIterator fromArray(final int[] array) {

Callers 15

printMethod · 0.95
condenseGraphOnSccMethod · 0.95
validateMethod · 0.95
testMetaDataGetTablesMethod · 0.45

Calls

no outgoing calls