MCPcopy Create free account
hub / github.com/apache/orc / getRowNumber

Method getRowNumber

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

Get the row number of the row that will be returned by the following call to next(). @return the row number from 0 to the number of rows in the file @throws java.io.IOException @since 1.1.0

()

Source from the content-addressed store, hash-verified

48 * @since 1.1.0
49 */
50 long getRowNumber() throws IOException;
51
52 /**
53 * Get the progress of the reader through the rows.

Callers 15

testTimestampMethod · 0.95
testUnionAndTimestampMethod · 0.95
testPredicatePushdownMethod · 0.95
TEST_PFunction · 0.65
TESTFunction · 0.65
TestRangePredicatesFunction · 0.65
TestNoRowsSelectedFunction · 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

testTimestampMethod · 0.76
testUnionAndTimestampMethod · 0.76
testPredicatePushdownMethod · 0.76
TEST_PFunction · 0.52
TESTFunction · 0.52
TestRangePredicatesFunction · 0.52
TestNoRowsSelectedFunction · 0.52
TestOrPredicatesFunction · 0.52
TestSeekWithPredicatesFunction · 0.52