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

Method peek

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

Source from the content-addressed store, hash-verified

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

Callers 15

condenseGraphOnSccMethod · 0.95
validateMethod · 0.95
initMethod · 0.45
endArrayMethod · 0.45
endObjMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by 4

initMethod · 0.36
endArrayMethod · 0.36
endObjMethod · 0.36