Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testReadOldTimestampFormat
Method · 0.95
testMultiStripeWithNull
Method · 0.95
testMultiStripeWithoutNull
Method · 0.95
testReadOldTimestampFormat
Method · 0.95
testReadFormat_0_11
Method · 0.95
testUnionAndTimestamp
Method · 0.95
testSeek
Method · 0.95
testSeek
Method · 0.95
testReadTimestampFormat_0_11
Method · 0.95
TEST
Function · 0.65
TestOrPredicates
Function · 0.65
TestSeekWithPredicates
Function · 0.65
Implementers
3
CsvReader
java/tools/src/java/org/apache/orc/too
JsonReader
java/tools/src/java/org/apache/orc/too
RecordReaderImpl
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
15
testReadOldTimestampFormat
Method · 0.76
testMultiStripeWithNull
Method · 0.76
testMultiStripeWithoutNull
Method · 0.76
testReadOldTimestampFormat
Method · 0.76
testReadFormat_0_11
Method · 0.76
testUnionAndTimestamp
Method · 0.76
testSeek
Method · 0.76
testSeek
Method · 0.76
testReadTimestampFormat_0_11
Method · 0.76
TEST
Function · 0.52
TestOrPredicates
Function · 0.52
TestSeekWithPredicates
Function · 0.52