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

Method GetUInt8Array

cpp/src/arrow/compute/exec_test.cc:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 std::shared_ptr<Array> GetUInt8Array(int64_t size, double null_probability = 0.1) {
185 return rng_->UInt8(size, /*min=*/0, /*max=*/100, null_probability);
186 }
187
188 std::shared_ptr<Array> GetInt32Array(int64_t size, double null_probability = 0.1) {
189 return rng_->Int32(size, /*min=*/0, /*max=*/1000, null_probability);

Callers

nothing calls this directly

Calls 1

UInt8Method · 0.80

Tested by

no test coverage detected