MCPcopy 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

SetUpTestCaseMethod · 0.65
recoverFilesMethod · 0.65
recoverFileMethod · 0.65
buildSchemaMethod · 0.65
getRecordReaderMethod · 0.65
testMaxLengthToReaderMethod · 0.65
testHadoopVectoredIOMethod · 0.65
testWrapperMethod · 0.65
getLastFlushLengthMethod · 0.65
extractFileTailMethod · 0.65
openMethod · 0.65

Implementers 2

MockDataReaderjava/core/src/test/org/apache/orc/impl
DefaultDataReaderjava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 5

SetUpTestCaseMethod · 0.52
testMaxLengthToReaderMethod · 0.52
testHadoopVectoredIOMethod · 0.52
testWrapperMethod · 0.52