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

Method getSoftwareVersion

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

Get the implementation and version of the software that wrote the file. It defaults to "ORC Java" for old files. For current files, we include the version also. @since 1.5.13 @return returns the writer implementation and hopefully the version of the software

()

Source from the content-addressed store, hash-verified

169 * software
170 */
171 String getSoftwareVersion();
172
173 /**
174 * Get the file tail (footer + postscript)

Callers 11

printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
TEST_PFunction · 0.65
printMetadataFunction · 0.65
CheckFileWithSargsFunction · 0.65
CheckFileWithSargsMethod · 0.65
testReadDecimalV2FileMethod · 0.65
ReaderImplMethod · 0.65
hasBadBloomFiltersMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 6

TEST_PFunction · 0.52
CheckFileWithSargsFunction · 0.52
CheckFileWithSargsMethod · 0.52
testReadDecimalV2FileMethod · 0.52