Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ open
Method
open
java/core/src/java/org/apache/orc/DataReader.java:31–31 ·
view source on GitHub ↗
Opens the DataReader, making it ready to use.
()
Source
from the content-addressed store, hash-verified
29
30
/** Opens the DataReader, making it ready to use. */
31
void
open() throws IOException;
32
33
/**
34
* Read the stripe footer.
Callers
15
SetUpTestCase
Method · 0.65
recoverFiles
Method · 0.65
recoverFile
Method · 0.65
buildSchema
Method · 0.65
getRecordReader
Method · 0.65
testMaxLengthToReader
Method · 0.65
testSkipDataReaderOpen
Method · 0.65
testHadoopVectoredIO
Method · 0.65
testWrapper
Method · 0.65
getLastFlushLength
Method · 0.65
extractFileTail
Method · 0.65
open
Method · 0.65
Implementers
2
MockDataReader
java/core/src/test/org/apache/orc/impl
DefaultDataReader
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
5
SetUpTestCase
Method · 0.52
testMaxLengthToReader
Method · 0.52
testSkipDataReaderOpen
Method · 0.52
testHadoopVectoredIO
Method · 0.52
testWrapper
Method · 0.52