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

Method extractForOutput

bolt/exec/RowContainer.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void Accumulator::extractForOutput(
173 folly::Range<char**> groups,
174 VectorPtr& result) const {
175 outputExtractFunction_(groups, result);
176}
177
178uint32_t Accumulator::getSerializeSize(char* group) const {
179 return aggregate_->getAccumulatorSerializeSize(group);

Callers 1

outputUniqueGroupsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected