MCPcopy 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
47void ForkWriteBuffer::preFinalize()
48{
49 WriteBuffer::preFinalize();
50 for (const WriteBufferPtr & buffer : sources)
51 buffer->preFinalize();
52}
53
54void ForkWriteBuffer::finalizeImpl()
55{

Callers 3

finalizeMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
TEST_FFunction · 0.36