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

Function TEST

c++/test/TestCompression.cc:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 TEST(TestCompression, zlib_compress_original_string) {
107 compress_original_string(CompressionKind_ZLIB);
108 }
109
110 void compress_simple_repeated_string(orc::CompressionKind kind) {
111 MemoryOutputStream memStream(DEFAULT_MEM_STREAM_SIZE);

Callers

nothing calls this directly

Calls 15

compress_original_stringFunction · 0.85
compress_two_blocksFunction · 0.85
compress_random_lettersFunction · 0.85
compress_random_bytesFunction · 0.85
protobuff_compressionFunction · 0.85
getDefaultPoolFunction · 0.85
compressAndVerifyFunction · 0.85
decompressAndVerifyFunction · 0.85
getLengthMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected