MCPcopy Index your code
hub / github.com/apache/orc / getCompressionSize

Method getCompressionSize

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

Get the buffer size for the compression. @return number of bytes to buffer for the compression codec. @since 1.1.0

()

Source from the content-addressed store, hash-verified

102 * @since 1.1.0
103 */
104 int getCompressionSize();
105
106 /**
107 * Get the number of rows per a entry in the row index.

Callers 14

printMetaDataImplMethod · 0.95
printJsonMetaDataMethod · 0.95
testEmptyFileMethod · 0.95
testSeekMethod · 0.95
testMergeMethod · 0.95
testEncryptMergeMethod · 0.95
testZeroByteOrcFileMethod · 0.95
mergeFilesMethod · 0.95
testLongRootMethod · 0.95
TEST_PFunction · 0.65
TESTFunction · 0.65
printMetadataFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 8

testEmptyFileMethod · 0.76
testSeekMethod · 0.76
testMergeMethod · 0.76
testEncryptMergeMethod · 0.76
testZeroByteOrcFileMethod · 0.76
testLongRootMethod · 0.76
TEST_PFunction · 0.52
TESTFunction · 0.52