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

Function GetFunctionRegistry

cpp/src/arrow/compute/registry.cc:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299} // namespace internal
300
301FunctionRegistry* GetFunctionRegistry() {
302 static auto g_registry = internal::CreateBuiltInRegistry();
303 return g_registry.get();
304}
305
306} // namespace compute
307} // namespace arrow

Callers 15

garrow_function_findFunction · 0.85
garrow_function_allFunction · 0.85
RegisterUdfFunction · 0.85
CallTabularFunctionFunction · 0.85
TEST_FFunction · 0.85
test_with_registriesFunction · 0.85
exec_plan.hFile · 0.85
IsScalarExpressionMethod · 0.85
TESTFunction · 0.85

Calls 2

CreateBuiltInRegistryFunction · 0.85
getMethod · 0.45

Tested by 12

TEST_FFunction · 0.68
test_with_registriesFunction · 0.68
TESTFunction · 0.68
AddCopyFunctionsMethod · 0.68
AddStatefulFunctionMethod · 0.68
AddScalarFunctionMethod · 0.68
RegisterInvalidInitFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68
TEST_FFunction · 0.68