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

Method next

src/Storages/MergeTree/MergeTreeDataPartWriterCompact.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void MergeTreeDataPartWriterCompact::CompactDataWriter::next()
60{
61 plain_hashing.next();
62 marks.next();
63}
64
65void MergeTreeDataPartWriterCompact::CompactDataWriter::finalize()
66{

Callers 15

genMapChecksumsFunction · 0.45
checkDataPartFunction · 0.45
dropPartMethod · 0.45
localBackupImplFunction · 0.45
finalizeMethod · 0.45
storeMethod · 0.45
preLoadDataPartsMethod · 0.45
loadDataPartsMethod · 0.45
isOldPartDirectoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected