mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update MergeJoin.cpp
This commit is contained in:
parent
8dcfe119bf
commit
840ecb5e99
@ -487,7 +487,7 @@ MergeJoin::MergeJoin(std::shared_ptr<TableJoin> table_join_, const Block & right
|
||||
left_blocks_buffer = std::make_shared<SortedBlocksBuffer>(left_sort_description, max_bytes);
|
||||
}
|
||||
|
||||
/// Has to be called event totals is empty
|
||||
/// Has to be called even if totals are empty
|
||||
void MergeJoin::setTotals(const Block & totals_block)
|
||||
{
|
||||
totals = totals_block;
|
||||
|
Loading…
Reference in New Issue
Block a user