mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update gtest_hash_table.cpp
This commit is contained in:
parent
07c8293043
commit
6f50a86025
@ -21,7 +21,7 @@ template<typename HashTable>
|
||||
std::set<typename HashTable::value_type> convertToSet(const HashTable& table)
|
||||
{
|
||||
std::set<typename HashTable::value_type> result;
|
||||
|
||||
|
||||
for (auto v: table)
|
||||
result.emplace(v.getValue());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user