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

Method Construct

cpp/src/arrow/chunked_array_test.cc:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected