| 56 | int rows_per_batch_; |
| 57 | |
| 58 | void FileSerializeTest(Compression::type codec_type) { |
| 59 | FileSerializeTest(codec_type, codec_type); |
| 60 | } |
| 61 | |
| 62 | void FileSerializeTest(Compression::type codec_type, |
| 63 | Compression::type expected_codec_type) { |
no test coverage detected