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

Method commitStrategy

bolt/exec/tests/TableWriteTest.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 CommitStrategy commitStrategy() const {
199 return static_cast<CommitStrategy>((value & ((1L << 24) - 1)) >> 16);
200 }
201
202 HiveBucketProperty::Kind bucketKind() const {
203 return static_cast<HiveBucketProperty::Kind>(

Callers 2

TableWriterMethod · 0.45
TableWriteTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected