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

Method getFullCodecDesc

src/Compression/ICompressionCodec.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59ASTPtr ICompressionCodec::getFullCodecDesc() const
60{
61 if (full_codec_desc == nullptr)
62 throw Exception(ErrorCodes::LOGICAL_ERROR, "Codec description is not prepared");
63
64 return full_codec_desc;
65}
66
67
68ASTPtr ICompressionCodec::getCodecDesc() const

Callers 5

checkAndWriteHeaderFunction · 0.80
getCodecDescOrDefaultMethod · 0.80
finalizePartOnDiskMethod · 0.80
finalizeMutatedPartFunction · 0.80
buildRecompressTTLInfoFunction · 0.80

Calls 1

ExceptionClass · 0.70

Tested by

no test coverage detected