Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
FunctionRegistry* 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_find
Function · 0.85
garrow_function_all
Function · 0.85
RegisterUdf
Function · 0.85
RegisterScalarAggregateFunction
Function · 0.85
RegisterHashAggregateFunction
Function · 0.85
CallTabularFunction
Function · 0.85
TEST_F
Function · 0.85
test_with_registries
Function · 0.85
RegisterComputeKernels
Method · 0.85
exec_plan.h
File · 0.85
IsScalarExpression
Method · 0.85
TEST
Function · 0.85
Calls
2
CreateBuiltInRegistry
Function · 0.85
get
Method · 0.45
Tested by
12
TEST_F
Function · 0.68
test_with_registries
Function · 0.68
TEST
Function · 0.68
AddCopyFunctions
Method · 0.68
AddNoPreallocateFunctions
Method · 0.68
AddStatefulFunction
Method · 0.68
AddScalarFunction
Method · 0.68
RegisterInvalidInit
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
ASSERT_OK_AND_ASSIGN
Function · 0.68
TEST_F
Function · 0.68