MCPcopy Create free account
hub / github.com/cwida/ALP / HashGroup

Method HashGroup

publication/source_code/bench_end_to_end/src/vectorwise/Operators.cpp:780–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780HashGroup::HashGroup(Shared& s)
781 : shared(s)
782 , preAggregation(*this)
783 , globalAggregation(*this) {
784 maxFill = ht.setSize(initialMapSize);
785}
786HashGroup::~HashGroup() {
787 // for (auto& alloc : preAggregation.allocations) free(alloc.first);
788 // for (auto& alloc : globalAggregation.allocations) free(alloc.first);

Callers

nothing calls this directly

Calls 1

setSizeMethod · 0.45

Tested by

no test coverage detected