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

Method TestData

be/src/benchmarks/bitmap-benchmark.cc:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99struct TestData {
100 explicit TestData(int64_t size) : bm(size), data(1ull << 20) {
101 for (size_t i = 0; i < data.size(); ++i) {
102 data[i] = MakeNonNegativeRand();
103 }
104 }
105
106 Bitmap bm;
107 vector<int64_t> data;

Callers

nothing calls this directly

Calls 3

MakeNonNegativeRandFunction · 0.85
sizeMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected