Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ default_function_registry
Function
default_function_registry
cpp/src/gandiva/function_registry.cc:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
std::shared_ptr<FunctionRegistry> default_function_registry() {
158
static auto default_registry = *MakeDefaultFunctionRegistry();
159
return default_registry;
160
}
161
162
} // namespace gandiva
Callers
9
ggandiva_function_registry_default
Function · 0.85
TestLLVMGenerator
Class · 0.85
Configuration
Function · 0.85
build_with_ir_dumping
Function · 0.85
TestFunctionRegistry
Class · 0.85
TestExpressionRegistry
Class · 0.85
DataTypeVector supported_types
Function · 0.85
TestExprTree
Class · 0.85
TestExprDecomposer
Class · 0.85
Calls
1
MakeDefaultFunctionRegistry
Function · 0.85
Tested by
no test coverage detected