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

Method SetUp

cpp/src/parquet/stream_writer_test.cc:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344class TestOptionalFields : public ::testing::Test {
345 protected:
346 void SetUp() {
347 writer_ = StreamWriter{ParquetFileWriter::Open(CreateOutputStream(), GetSchema())};
348 }
349
350 void TearDown() { writer_ = StreamWriter{}; }
351

Callers

nothing calls this directly

Calls 2

CreateOutputStreamFunction · 0.85
GetSchemaFunction · 0.50

Tested by

no test coverage detected