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

Method SetUp

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

Source from the content-addressed store, hash-verified

256class TestBooleanRLE : public ::testing::Test {
257 public:
258 void SetUp() {
259 reader_ = ParquetFileReader::OpenFile(data_file("rle_boolean_encoding.parquet"));
260 }
261
262 void TearDown() {}
263

Callers

nothing calls this directly

Calls 2

OpenFileFunction · 0.85
data_fileFunction · 0.70

Tested by

no test coverage detected