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

Method getFullCodecDesc

src/Compression/ICompressionCodec.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

finalizeMutatedPartMethod · 0.80
getCodecDescOrDefaultMethod · 0.80
getSerializedPartMetaFunction · 0.80
finalizePartOnDiskMethod · 0.80
selectPartsToMergeMethod · 0.80
finalizeMutatedPartMethod · 0.80
finalizeTempPartFunction · 0.80

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected