mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Make the code in Join less disgusting
This commit is contained in:
parent
0ec04cca5e
commit
3655667188
@ -63,7 +63,8 @@ struct RowRefList : RowRef
|
||||
return batch;
|
||||
}
|
||||
|
||||
row_refs[size++] = std::move(row_ref);
|
||||
row_refs[size] = std::move(row_ref);
|
||||
++size;
|
||||
return this;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user