| 913 | |
| 914 | if (sortedAggregations_) { |
| 915 | sortedAggregations_->extractValues(groups, result); |
| 916 | } |
| 917 | |
| 918 | for (const auto& aggregation : distinctAggregations_) { |
| 919 | if (aggregation != nullptr) { |
| 920 | aggregation->extractValues(groups, result); |
| 921 | } |
| 922 | } |
no test coverage detected