| 42 | class 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_; |
nothing calls this directly
no test coverage detected