Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void registerTableFunctionCnch(TableFunctionFactory & factory)
219
{
220
factory.registerFunction(
"cnch"
, []() -> TableFunctionPtr {return std::make_shared<TableFunctionCnch>(
"cnch"
);});
221
}
222
}
Callers
1
registerTableFunctions
Function · 0.85
Calls
1
registerFunction
Method · 0.45
Tested by
no test coverage detected