Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
473
class 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
OpenFile
Function · 0.85
alltypes_plain
Function · 0.85
Tested by
no test coverage detected