Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerHandler
Method
registerHandler
src/Statistics/TableHandler.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
{
21
22
void TableHandler::registerHandler(std::unique_ptr<ColumnHandlerBase> handler)
23
{
24
column_size += handler->size();
25
handlers.emplace_back(std::move(handler));
26
}
27
28
29
String TableHandler::getFullSql()
Callers
5
collectTable
Method · 0.80
collectFirstStep
Method · 0.80
collectSecondStep
Method · 0.80
firstCollectStep
Method · 0.80
collectSecondStep
Method · 0.80
Calls
2
size
Method · 0.45
emplace_back
Method · 0.45
Tested by
no test coverage detected