Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getMethodByte
Method
getMethodByte
src/Compression/CompressionCodecMultiple.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
uint8_t CompressionCodecMultiple::getMethodByte() const
24
{
25
return static_cast<uint8_t>(CompressionMethodByte::Multiple);
26
}
27
28
void CompressionCodecMultiple::updateHash(SipHash & hash) const
29
{
Callers
1
doCompressData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected