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