Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ preFinalize
Method
preFinalize
src/IO/ForkWriteBuffer.cpp:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void ForkWriteBuffer::preFinalize()
48
{
49
WriteBuffer::preFinalize();
50
for (const WriteBufferPtr & buffer : sources)
51
buffer->preFinalize();
52
}
53
54
void ForkWriteBuffer::finalizeImpl()
55
{
Callers
3
finalize
Method · 0.45
TEST_P
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.36
TEST_F
Function · 0.36