MCPcopy Create free account
hub / github.com/ByConity/ByConity / writePrefix

Method writePrefix

src/Storages/Distributed/DistributedBlockOutputStream.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147void DistributedBlockOutputStream::writePrefix()
148{
149 storage.delayInsertOrThrowIfNeeded();
150}
151
152
153void DistributedBlockOutputStream::write(const Block & block)

Callers 6

processFileMethod · 0.45
sendBatchMethod · 0.45
sendSeparateFilesMethod · 0.45
runWritingJobMethod · 0.45
writeToLocalMethod · 0.45
writeToShardMethod · 0.45

Calls 1

Tested by

no test coverage detected