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

Method GenerateData

cpp/src/arrow/testing/random.cc:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 nan_probability_(nan_probability) {}
106
107 void GenerateData(uint8_t* buffer, size_t n) {
108 GenerateTypedData(reinterpret_cast<PhysicalType*>(buffer), n);
109 }
110
111 template <typename V>
112 typename std::enable_if<!std::is_floating_point_v<V> && !kIsHalfFloat>::type

Callers 3

GenerateNumericArrayFunction · 0.45
GenerateBinaryArrayFunction · 0.45
FixedSizeBinaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected