MCPcopy 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
189FOLLY_ALWAYS_INLINE bool needCompression(const folly::io::Codec& codec) {
190 return codec.type() != folly::io::CodecType::NO_COMPRESSION;
191}
192
193template <typename T>
194void readValues(

Callers 3

flushStreamsFunction · 0.85
maxSerializedSizeMethod · 0.85
deserializeMethod · 0.85

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected