Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
21
public
abstract
class
IntIterator {
22
public
abstract boolean hasNext();
23
public
abstract
int
next();
24
public
abstract
int
peek();
25
Callers
15
assertNaturalNumberSequence
Method · 0.95
getValueTransferTargets
Method · 0.95
print
Method · 0.95
reflexiveTransitiveClosure
Method · 0.95
condenseGraphOnScc
Method · 0.95
validate
Method · 0.95
compareOutput
Method · 0.45
checkTableCols
Method · 0.45
checkHBaseTableCols
Method · 0.45
copyFiles
Method · 0.45
extractApplicableRefs
Method · 0.45
removeDisqualifyingInferredPreds
Method · 0.45
Calls
no outgoing calls
Tested by
6
assertNaturalNumberSequence
Method · 0.76
compareOutput
Method · 0.36
checkTableCols
Method · 0.36
checkHBaseTableCols
Method · 0.36
copyFiles
Method · 0.36
checkIncompleteAvroSchema
Method · 0.36