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

Method alignment

bolt/exec/RowContainer.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150int32_t Accumulator::alignment() const {
151 return alignment_;
152}
153
154void Accumulator::destroy(folly::Range<char**> groups) {
155 destroyFunction_(groups);

Callers 3

RowContainerMethod · 0.45
createHashTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected