| 908 | if (isPartial_) { |
| 909 | function->extractAccumulators( |
| 910 | groups.data(), groups.size(), &aggregateVector); |
| 911 | } else { |
| 912 | function->extractValues(groups.data(), groups.size(), &aggregateVector); |
| 913 | } |
| 914 | } |
| 915 | |
| 916 | if (sortedAggregations_) { |
| 917 | sortedAggregations_->extractValues(groups, result); |
no test coverage detected