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:258–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
class 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
OpenFile
Function · 0.85
data_file
Function · 0.70
Tested by
no test coverage detected