Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
90
void MergedBlockOutputStream::write(const Block & block)
91
{
92
writeImpl(block, nullptr);
93
}
94
95
void MergedBlockOutputStream::cancel() noexcept
96
{
Callers
15
read
Method · 0.45
serialize
Method · 0.45
serializeTokensRaw
Function · 0.45
serializeTokensFrontCoding
Function · 0.45
finish
Method · 0.45
serialize
Method · 0.45
createEmptyPart
Method · 0.45
executeImpl
Method · 0.45
executeVerticalMergeForOneColumn
Method · 0.45
serializeBinary
Method · 0.45
writeChecksums
Method · 0.45
finalizePartOnDisk
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
makeMultiBlockCursor
Function · 0.36