mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: fixed error [#METR-2944].
This commit is contained in:
parent
3411b9fe68
commit
c0e1aa8f2c
@ -32,7 +32,7 @@ protected:
|
||||
friend class iterator;
|
||||
|
||||
typedef size_t HashValue;
|
||||
typedef TwoLevelHashTable<Key, Cell, Hash, Grower, Allocator> Self;
|
||||
typedef TwoLevelHashTable<Key, Cell, Hash, Grower, Allocator, ImplTable> Self;
|
||||
public:
|
||||
typedef ImplTable Impl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user