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

Method joinBlock

src/Interpreters/MergeJoin.cpp:805–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803};
804
805JoinResultPtr MergeJoin::joinBlock(Block block)
806{
807 return std::make_unique<MergeJoinResult>(std::move(block), *this);
808}
809
810void MergeJoin::joinBlock(Block & block, std::optional<MergeJoin::NotProcessed> & not_processed)
811{

Callers 3

transformHeaderMethod · 0.45
readExecuteMethod · 0.45
nextMethod · 0.45

Calls 12

checkTypesOfMasksFunction · 0.85
checkTypesOfKeysFunction · 0.85
materializeBlockInplaceFunction · 0.85
sortBlockFunction · 0.85
deriveTempNameFunction · 0.85
getByNameMethod · 0.80
exchangeMethod · 0.80
emptyMethod · 0.45
lowCardinalityMethod · 0.45
push_backMethod · 0.45
rowsMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected