未验证 提交 840ecb5e 编写于 作者: A alexey-milovidov 提交者: GitHub

Update MergeJoin.cpp

上级 8dcfe119
...@@ -487,7 +487,7 @@ MergeJoin::MergeJoin(std::shared_ptr<TableJoin> table_join_, const Block & right ...@@ -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); 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) void MergeJoin::setTotals(const Block & totals_block)
{ {
totals = totals_block; totals = totals_block;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册