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

Method SetUp

cpp/src/parquet/column_writer_test.cc:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81class TestPrimitiveWriter : public PrimitiveTypedTest<TestType> {
82 public:
83 void SetUp() {
84 this->SetupValuesOut(SMALL_SIZE);
85 writer_properties_ = default_writer_properties();
86 definition_levels_out_.resize(SMALL_SIZE);
87 repetition_levels_out_.resize(SMALL_SIZE);
88
89 this->SetUpSchema(Repetition::REQUIRED);
90
91 descr_ = this->schema_.Column(0);
92 }
93
94 Type::type type_num() { return TestType::type_num; }
95

Callers

nothing calls this directly

Calls 4

SetupValuesOutMethod · 0.80
resizeMethod · 0.80
SetUpSchemaMethod · 0.45
ColumnMethod · 0.45

Tested by

no test coverage detected