MCPcopy Create free account
hub / github.com/ByConity/ByConity / registerFunctions

Function registerFunctions

src/Functions/registerFunctions.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace DB
30{
31void registerFunctions()
32{
33 auto & factory = FunctionFactory::instance();
34
35 for (const auto & [_, reg] : FunctionRegisterMap::instance())
36 reg(factory);
37}
38
39}

Callers 10

mainImplMethod · 0.85
mainMethod · 0.85
runFunction · 0.85
mainImplMethod · 0.85
mainMethod · 0.85
mainMethod · 0.85
mainMethod · 0.85
RegisterMethod · 0.85
mainMethod · 0.85

Calls

no outgoing calls

Tested by 1

RegisterMethod · 0.68