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

Method getDescription

src/Compression/CompressionCodecALP.cpp:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729String CompressionCodecALP::getDescription() const
730{
731 return "Adaptive Lossless floating-Point; suitable for time series data.";
732}
733
734UInt32 CompressionCodecALP::getMaxCompressedDataSize(UInt32 uncompressed_size) const
735{

Callers 1

fillCodecDescriptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected