MCPcopy 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
157std::shared_ptr<FunctionRegistry> default_function_registry() {
158 static auto default_registry = *MakeDefaultFunctionRegistry();
159 return default_registry;
160}
161
162} // namespace gandiva

Callers 9

TestLLVMGeneratorClass · 0.85
ConfigurationFunction · 0.85
build_with_ir_dumpingFunction · 0.85
TestExprTreeClass · 0.85
TestExprDecomposerClass · 0.85

Calls 1

Tested by

no test coverage detected