mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update TwoLevelHashTable.h
This commit is contained in:
parent
a52de29fbf
commit
06b5c53335
@ -275,7 +275,7 @@ public:
|
||||
|
||||
|
||||
iterator ALWAYS_INLINE find(Key x) { return find(x, hash(x)); }
|
||||
iterator ALWAYS_INLINE find(Key x) const { return find(x, hash(x)); }
|
||||
const_iterator ALWAYS_INLINE find(Key x) const { return find(x, hash(x)); }
|
||||
|
||||
|
||||
void write(DB::WriteBuffer & wb) const
|
||||
|
Loading…
Reference in New Issue
Block a user