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

Method GenerateTypedData

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

Source from the content-addressed store, hash-verified

110
111 template <typename V>
112 typename std::enable_if<!std::is_floating_point_v<V> && !kIsHalfFloat>::type
113 GenerateTypedData(V* data, size_t n) {
114 GenerateTypedDataNoNan(data, n);
115 }
116
117 template <typename V>
118 typename std::enable_if<std::is_floating_point_v<V> || kIsHalfFloat>::type

Callers 1

GenerateOffsetsFunction · 0.80

Calls 1

genFunction · 0.85

Tested by

no test coverage detected