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

Method SetUp

cpp/src/parquet/stream_writer_test.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 const char* GetDataFile() const { return "stream_writer_test.parquet"; }
41
42 void SetUp() {
43 writer_ = StreamWriter{ParquetFileWriter::Open(CreateOutputStream(), GetSchema())};
44 }
45
46 void TearDown() { writer_ = StreamWriter{}; }
47

Callers

nothing calls this directly

Calls 2

CreateOutputStreamFunction · 0.85
GetSchemaFunction · 0.50

Tested by

no test coverage detected