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

Method SetUp

cpp/src/arrow/util/range_test.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 public:
36 int64_t kSize = 1000;
37 void SetUp() override {
38 randint(kSize, 0, 1000000, &source_);
39 target_.resize(kSize);
40 }
41
42 protected:
43 std::vector<int> source_;

Callers

nothing calls this directly

Calls 2

randintFunction · 0.85
resizeMethod · 0.80

Tested by

no test coverage detected