Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetUp
Method
SetUp
cpp/src/arrow/compute/test_env.cc:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
ComputeKernelEnvironment() : ::testing::Environment() {}
32
33
void SetUp() override { ASSERT_OK(arrow::compute::Initialize()); }
34
};
35
36
} // namespace
Callers
nothing calls this directly
Calls
1
Initialize
Function · 0.70
Tested by
no test coverage detected