mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +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;
|
return batch;
|
||||||
}
|
}
|
||||||
|
|
||||||
row_refs[size++] = std::move(row_ref);
|
row_refs[size] = std::move(row_ref);
|
||||||
|
++size;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user