MCPcopy Create free account
hub / github.com/apache/arrow / TEST

Function TEST

cpp/src/arrow/compute/registry_test.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41struct TestRegistry : public ::testing::TestWithParam<TestRegistryParams> {};
42
43TEST(TestRegistry, CreateBuiltInRegistry) {
44 // This does DCHECK_OK internally for now so this will fail in debug builds
45 // if there is a problem initializing the global function registry
46 FunctionRegistry* registry = GetFunctionRegistry();
47 ARROW_UNUSED(registry);
48}
49
50TEST_P(TestRegistry, Basics) {
51 auto registry_factory = std::get<0>(GetParam());

Callers

nothing calls this directly

Calls 13

GetFunctionRegistryFunction · 0.85
UnaryFunction · 0.85
MakeFunction · 0.50
EmptyClass · 0.50
GetFunctionNamesMethod · 0.45
GetFunctionMethod · 0.45
CanAddAliasMethod · 0.45
AddAliasMethod · 0.45
CanAddFunctionMethod · 0.45
AddFunctionMethod · 0.45

Tested by

no test coverage detected