mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Comments are the must.
This commit is contained in:
parent
9afea6f0b3
commit
ab9a7be45a
@ -13,6 +13,10 @@
|
||||
#include "IDictionary.h"
|
||||
#include "IDictionarySource.h"
|
||||
|
||||
/** This dictionary stores all content in a hash table in memory
|
||||
* (a separate Key -> Value map for each attribute)
|
||||
* Two variants of hash table is supported: a fast HashMap and memory efficient sparse_hash_map.
|
||||
*/
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user