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

Method resetTable

bolt/exec/GroupingSet.cpp:910–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

reclaimMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected