Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ needCompression
Function
needCompression
bolt/serializers/PrestoSerializer.cpp:189–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
FOLLY_ALWAYS_INLINE bool needCompression(const folly::io::Codec& codec) {
190
return codec.type() != folly::io::CodecType::NO_COMPRESSION;
191
}
192
193
template <typename T>
194
void readValues(
Callers
3
flushStreams
Function · 0.85
maxSerializedSize
Method · 0.85
deserialize
Method · 0.85
Calls
1
type
Method · 0.45
Tested by
no test coverage detected