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