Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ hasNext
Method
hasNext
java/core/src/java/org/apache/orc/impl/IntegerReader.java:49–49 ·
view source on GitHub ↗
Check if there are any more values left. @return @throws IOException
()
Source
from the content-addressed store, hash-verified
47
* @throws IOException
48
*/
49
boolean hasNext() throws IOException;
50
51
/**
52
* Return the next available value.
Callers
15
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
nextBatch
Method · 0.65
main
Method · 0.65
addFile
Method · 0.65
testEmptyFile
Method · 0.65
testUnionAndTimestamp
Method · 0.65
readByte
Method · 0.65
skip
Method · 0.65
processReader
Method · 0.65
Implementers
3
RunLengthIntegerReader
java/core/src/java/org/apache/orc/impl
RunLengthIntegerReaderV2
java/core/src/java/org/apache/orc/impl
RunLengthByteReader
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
2
testEmptyFile
Method · 0.52
testUnionAndTimestamp
Method · 0.52