Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetUp
Method
SetUp
cpp/src/arrow/ipc/feather_test.cc:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
class TestFeatherBase {
63
public:
64
void SetUp() { Initialize(); }
65
66
void Initialize() { ASSERT_OK_AND_ASSIGN(stream_, io::BufferOutputStream::Create()); }
67
Callers
nothing calls this directly
Calls
1
Initialize
Function · 0.50
Tested by
no test coverage detected