MCPcopy Create free account
hub / github.com/bytedance/bolt / compressionKind

Method compressionKind

bolt/exec/tests/TableWriteTest.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 CompressionKind compressionKind() const {
182 return static_cast<bytedance::bolt::common::CompressionKind>(
183 (value & ((1L << 56) - 1)) >> 48);
184 }
185
186 bool multiDrivers() const {
187 return (value >> 40) != 0;

Callers 2

setupSpillStateMethod · 0.45
TableWriteTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected