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

Method SetUp

cpp/src/parquet/file_serialize_test.cc:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42class TestSerialize : public PrimitiveTypedTest<TestType> {
43 public:
44 void SetUp() {
45 num_columns_ = 4;
46 num_rowgroups_ = 4;
47 rows_per_rowgroup_ = 50;
48 rows_per_batch_ = 10;
49 this->SetUpSchema(Repetition::OPTIONAL, num_columns_);
50 }
51
52 protected:
53 int num_columns_;

Callers

nothing calls this directly

Calls 1

SetUpSchemaMethod · 0.45

Tested by

no test coverage detected