Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DecompressedLength
Method
DecompressedLength
library/cpp/blockcodecs/core/common.h:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
struct TNullCodec: public ICodec {
38
size_t DecompressedLength(const TData& in) const override {
39
return in.size();
40
}
41
42
size_t MaxCompressedLength(const TData& in) const override {
43
return in.size();
Callers
3
DoUnboundedNext
Method · 0.45
ReportRedefinitionError
Function · 0.45
QuickLZDecompress
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected