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

Method GetFloat64Array

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

Source from the content-addressed store, hash-verified

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);
194 }
195
196 std::shared_ptr<ChunkedArray> GetInt32Chunked(const std::vector<int>& sizes) {
197 std::vector<std::shared_ptr<Array>> chunks;

Callers

nothing calls this directly

Calls 1

Float64Method · 0.45

Tested by

no test coverage detected