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

Method addBlockToJoin

src/Interpreters/MergeJoin.cpp:765–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765bool MergeJoin::addBlockToJoin(const Block & src_block, bool)
766{
767 Block block = modifyRightBlock(src_block);
768
769 addConditionJoinColumn(block, JoinTableSide::Right);
770 sortBlock(block, right_sort_description);
771 return saveRightBlock(std::move(block));
772}
773
774void MergeJoin::checkTypesOfKeys(const Block & block) const
775{

Callers

nothing calls this directly

Calls 1

sortBlockFunction · 0.85

Tested by

no test coverage detected