MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / write

Method write

src/Storages/MergeTree/MergedBlockOutputStream.cpp:90–93  ·  view source on GitHub ↗

If data is pre-sorted.

Source from the content-addressed store, hash-verified

88
89/// If data is pre-sorted.
90void MergedBlockOutputStream::write(const Block & block)
91{
92 writeImpl(block, nullptr);
93}
94
95void MergedBlockOutputStream::cancel() noexcept
96{

Callers 15

readMethod · 0.45
serializeMethod · 0.45
serializeTokensRawFunction · 0.45
finishMethod · 0.45
serializeMethod · 0.45
createEmptyPartMethod · 0.45
executeImplMethod · 0.45
serializeBinaryMethod · 0.45
writeChecksumsMethod · 0.45
finalizePartOnDiskMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
makeMultiBlockCursorFunction · 0.36