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

Method SetUp

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

Source from the content-addressed store, hash-verified

715class TestLocalFile : public ::testing::Test {
716 public:
717 void SetUp() {
718 std::string dir_string(test::get_data_dir());
719
720 std::stringstream ss;
721 ss << dir_string << "/"
722 << "alltypes_plain.parquet";
723
724 PARQUET_ASSIGN_OR_THROW(handle, ReadableFile::Open(ss.str()));
725 fileno = handle->file_descriptor();
726 }
727
728 void TearDown() {}
729

Callers

nothing calls this directly

Calls 3

get_data_dirFunction · 0.85
strMethod · 0.80
file_descriptorMethod · 0.80

Tested by

no test coverage detected