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

Method SetUp

cpp/src/parquet/reader_test.cc:475–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473class TestAllTypesPlain : public ::testing::Test {
474 public:
475 void SetUp() { reader_ = ParquetFileReader::OpenFile(alltypes_plain()); }
476
477 void TearDown() {}
478

Callers

nothing calls this directly

Calls 2

OpenFileFunction · 0.85
alltypes_plainFunction · 0.85

Tested by

no test coverage detected