MCPcopy Create free account
hub / github.com/apache/arrow / GenerateBenchmarkData

Function GenerateBenchmarkData

cpp/src/parquet/benchmark_util.cc:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67template <>
68void GenerateBenchmarkData(uint32_t size, uint32_t seed, int32_t* data,
69 std::vector<uint8_t>* heap, uint32_t data_string_length) {
70 GenerateBenchmarkDataIntegerImpl<int32_t>(size, seed, data, heap, data_string_length);
71}
72
73template <>
74void GenerateBenchmarkData(uint32_t size, uint32_t seed, int64_t* data,

Callers 4

GetHashValuesFunction · 0.85
BM_ComputeHashFunction · 0.85
BM_BatchComputeHashFunction · 0.85
BM_ReadColumnIndexFunction · 0.85

Calls 3

GenerateRandomStringFunction · 0.85
clearMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected