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

Method getWriterVersion

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

Get the version of the writer of this file. @since 1.1.0

()

Source from the content-addressed store, hash-verified

159 * @since 1.1.0
160 */
161 OrcFile.WriterVersion getWriterVersion();
162
163 /**
164 * Get the implementation and version of the software that wrote the file.

Callers 15

printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
testTimestampAllNullsMethod · 0.95
testSeekMethod · 0.95
testMergeUnderstoodMethod · 0.95
testMergeMethod · 0.95
testZeroByteOrcFileMethod · 0.95
mergeFilesMethod · 0.95
printMetadataFunction · 0.65
TEST_PFunction · 0.65

Implementers 1

ReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 8

testTimestampAllNullsMethod · 0.76
testSeekMethod · 0.76
testMergeUnderstoodMethod · 0.76
testMergeMethod · 0.76
testZeroByteOrcFileMethod · 0.76
TEST_PFunction · 0.52