MCPcopy Create free account
hub / github.com/apache/impala / TEST_F

Function TEST_F

be/src/util/decompress-test.cc:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397};
398
399TEST_F(DecompressorTest, Default) {
400 RunTest(THdfsCompression::DEFAULT);
401}
402
403TEST_F(DecompressorTest, Snappy) {
404 RunTest(THdfsCompression::SNAPPY);

Callers

nothing calls this directly

Calls 7

RunTestFunction · 0.85
maxFunction · 0.85
getMethod · 0.65
ProcessBlockMethod · 0.45
FreeAllMethod · 0.45
MaxOutputLenMethod · 0.45
AllocateMethod · 0.45

Tested by

no test coverage detected