mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Update FixedHashTable.h
This commit is contained in:
parent
05095111a1
commit
71ed9477dc
@ -263,6 +263,7 @@ public:
|
||||
|
||||
|
||||
public:
|
||||
/// The last parameter is unused but exists for compatibility with HashTable interface.
|
||||
void ALWAYS_INLINE emplace(Key x, iterator & it, bool & inserted, size_t /* hash */ = 0)
|
||||
{
|
||||
it = iterator(this, &buf[x]);
|
||||
|
Loading…
Reference in New Issue
Block a user