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

Method SetUp

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

Source from the content-addressed store, hash-verified

383class TestTextDeltaLengthByteArray : public ::testing::Test {
384 public:
385 void SetUp() {
386 reader_ = ParquetFileReader::OpenFile(data_file("delta_length_byte_array.parquet"));
387 }
388
389 void TearDown() {}
390

Callers

nothing calls this directly

Calls 2

OpenFileFunction · 0.85
data_fileFunction · 0.70

Tested by

no test coverage detected