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

Method getCompressionKind

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

Get the compression kind. @return the kind of compression in the file @since 1.1.0

()

Source from the content-addressed store, hash-verified

95 * @since 1.1.0
96 */
97 CompressionKind getCompressionKind();
98
99 /**
100 * Get the buffer size for the compression.

Callers 15

printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
testEmptyFileMethod · 0.95
testSnappyMethod · 0.95
testLzoMethod · 0.95
testLz4Method · 0.95
testCodecPoolMethod · 0.95
testSeekMethod · 0.95
testMergeMethod · 0.95
testEncryptMergeMethod · 0.95
testZeroByteOrcFileMethod · 0.95
mergeFilesMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by 13

testEmptyFileMethod · 0.76
testSnappyMethod · 0.76
testLzoMethod · 0.76
testLz4Method · 0.76
testCodecPoolMethod · 0.76
testSeekMethod · 0.76
testMergeMethod · 0.76
testEncryptMergeMethod · 0.76
testZeroByteOrcFileMethod · 0.76
testLongRootMethod · 0.76
testMergeMethod · 0.52
testConvertFromORCMethod · 0.52