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

Function InitValues

cpp/src/parquet/test_util.h:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178template <typename T>
179static void InitValues(int num_values, uint32_t seed, std::vector<T>& values,
180 std::vector<uint8_t>& buffer) {
181 random_numbers(num_values, seed, std::numeric_limits<T>::min(),
182 std::numeric_limits<T>::max(), values.data());
183}
184
185template <typename T>
186static void InitValues(int num_values, std::vector<T>& values,

Callers

nothing calls this directly

Calls 2

random_numbersFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected