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

Method isEncryption

src/Compression/ICompressionCodec.h:83–83  ·  view source on GitHub ↗

If it is a post-processing codec such as encryption. Usually it does not make sense to apply non-post-processing codecs after this.

Source from the content-addressed store, hash-verified

81
82 /// If it is a post-processing codec such as encryption. Usually it does not make sense to apply non-post-processing codecs after this.
83 virtual bool isEncryption() const { return false; }
84
85 /// If it is a specialized codec for floating-point time series. Applying it to non-floating point data is suspicious.
86 virtual bool isFloatingPointTimeSeriesCodec() const { return false; }

Callers 2

fillCodecDescriptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected