MCPcopy 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

mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
nextBatchMethod · 0.65
mainMethod · 0.65
addFileMethod · 0.65
testEmptyFileMethod · 0.65
testUnionAndTimestampMethod · 0.65
readByteMethod · 0.65
skipMethod · 0.65
processReaderMethod · 0.65

Implementers 3

RunLengthIntegerReaderjava/core/src/java/org/apache/orc/impl
RunLengthIntegerReaderV2java/core/src/java/org/apache/orc/impl
RunLengthByteReaderjava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 2

testEmptyFileMethod · 0.52
testUnionAndTimestampMethod · 0.52