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

Method GetInt32Array

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

Source from the content-addressed store, hash-verified

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);
190 }
191
192 std::shared_ptr<Array> GetFloat64Array(int64_t size, double null_probability = 0.1) {
193 return rng_->Float64(size, /*min=*/0, /*max=*/1000, null_probability);

Callers

nothing calls this directly

Calls 1

Int32Method · 0.80

Tested by

no test coverage detected