Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerTableFunctionNull
Function
registerTableFunctionNull
src/TableFunctions/TableFunctionNull.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void registerTableFunctionNull(TableFunctionFactory & factory)
47
{
48
factory.registerFunction<TableFunctionNull>();
49
}
50
}
Callers
1
registerTableFunctions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected