Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
399
TEST_F(DecompressorTest, Default) {
400
RunTest(THdfsCompression::DEFAULT);
401
}
402
403
TEST_F(DecompressorTest, Snappy) {
404
RunTest(THdfsCompression::SNAPPY);
Callers
nothing calls this directly
Calls
7
RunTest
Function · 0.85
max
Function · 0.85
get
Method · 0.65
ProcessBlock
Method · 0.45
FreeAll
Method · 0.45
MaxOutputLen
Method · 0.45
Allocate
Method · 0.45
Tested by
no test coverage detected