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

Function registerTableFunctionCnch

src/TableFunctions/TableFunctionCnch.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void registerTableFunctionCnch(TableFunctionFactory & factory)
219{
220 factory.registerFunction("cnch", []() -> TableFunctionPtr {return std::make_shared<TableFunctionCnch>("cnch");});
221}
222}

Callers 1

registerTableFunctionsFunction · 0.85

Calls 1

registerFunctionMethod · 0.45

Tested by

no test coverage detected