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

Method resetDistinctNewGroups

bolt/exec/GroupingSet.cpp:915–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 2

addInputMethod · 0.80
getDistinctOutputMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected