MCPcopy Index your code
hub / github.com/apache/orc / seekToRow

Method seekToRow

java/core/src/java/org/apache/orc/RecordReader.java:72–72  ·  view source on GitHub ↗

Seek to a particular row number. @since 1.1.0

(long rowCount)

Source from the content-addressed store, hash-verified

70 * @since 1.1.0
71 */
72 void seekToRow(long rowCount) throws IOException;
73}

Callers 15

testReadFormat_0_11Method · 0.95
testUnionAndTimestampMethod · 0.95
testSeekMethod · 0.95
testSeekMethod · 0.95
TESTFunction · 0.65
TestOrPredicatesFunction · 0.65
TestSeekWithPredicatesFunction · 0.65

Implementers 3

CsvReaderjava/tools/src/java/org/apache/orc/too
JsonReaderjava/tools/src/java/org/apache/orc/too
RecordReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 15

testReadFormat_0_11Method · 0.76
testUnionAndTimestampMethod · 0.76
testSeekMethod · 0.76
testSeekMethod · 0.76
TESTFunction · 0.52
TestOrPredicatesFunction · 0.52
TestSeekWithPredicatesFunction · 0.52