MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getMethodByte

Method getMethodByte

src/Compression/CompressionCodecALP.cpp:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719uint8_t CompressionCodecALP::getMethodByte() const
720{
721 return static_cast<uint8_t>(CompressionMethodByte::ALP);
722}
723
724void CompressionCodecALP::updateHash(SipHash & hash) const
725{

Callers 3

readHeaderAndGetCodecFunction · 0.45
fillCodecDescriptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected