MCPcopy Create free account
hub / github.com/apache/impala / CreateAbsentKeysData

Method CreateAbsentKeysData

be/src/benchmarks/hash-table-benchmark.cc:230–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229 }
230 void CreateAbsentKeysData(int num_buckets) {
231 data.clear();
232 TupleRow* row;
233 for (int i = 1; i <= num_buckets; i++) {
234 row = CreateTupleRow(num_buckets + i);
235 data.push_back(row);
236 }
237 }
238};
239
240void Probe(TestCtx* ctx, vector<TupleRow*>& pdata) {

Callers 1

mainFunction · 0.80

Calls 2

push_backMethod · 0.80
clearMethod · 0.65

Tested by

no test coverage detected