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

Method FileSerializeTest

cpp/src/parquet/file_serialize_test.cc:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 1

TYPED_TESTFunction · 0.80

Calls 15

CreateOutputStreamFunction · 0.85
SetupValuesOutMethod · 0.80
SyncValuesOutMethod · 0.80
compressionMethod · 0.45
nameMethod · 0.45
ColumnMethod · 0.45
buildMethod · 0.45
GenerateDataMethod · 0.45
AppendRowGroupMethod · 0.45
num_rowsMethod · 0.45
NextColumnMethod · 0.45
WriteBatchMethod · 0.45

Tested by

no test coverage detected