Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assertNaturalNumberSequence
Method · 0.95
getValueTransferTargets
Method · 0.95
reflexiveTransitiveClosure
Method · 0.95
condenseGraphOnScc
Method · 0.95
validate
Method · 0.95
init
Method · 0.45
endArray
Method · 0.45
endObj
Method · 0.45
reduceCardinalityByRuntimeFilter
Method · 0.45
close
Method · 0.45
findPathInCurrentTuple
Method · 0.45
addSlotDescriptorAtCurrentLevel
Method · 0.45
Calls
no outgoing calls
Tested by
4
assertNaturalNumberSequence
Method · 0.76
init
Method · 0.36
endArray
Method · 0.36
endObj
Method · 0.36