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

Method Construct

cpp/src/arrow/chunked_array_test.cc:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39class TestChunkedArray : public ::testing::Test {
40 protected:
41 virtual void Construct() {
42 one_ = std::make_shared<ChunkedArray>(arrays_one_);
43 if (!arrays_another_.empty()) {
44 another_ = std::make_shared<ChunkedArray>(arrays_another_);
45 }
46 }
47
48 ArrayVector arrays_one_;
49 ArrayVector arrays_another_;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected