Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ finalize
Method
finalize
programs/obfuscator/Obfuscator.cpp:1176–1180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1174
}
1175
1176
void finalize()
1177
{
1178
for (auto & model : models)
1179
model->finalize();
1180
}
1181
1182
Columns generate(const Columns & columns)
1183
{
Callers
nothing calls this directly
Calls
1
finalize
Method · 0.45
Tested by
no test coverage detected