17 #ifndef DICT_DESCRIPTOR_H
18 #define DICT_DESCRIPTOR_H
24 #include "../Shared/sqltypes.h"
25 #include "../StringDictionary/StringDictionary.h"
44 const std::string&
name,
48 const std::string& fname,
62 const std::string&
name,
66 const std::string& fname,
81 #endif // DICT_DESCRIPTOR
DictDescriptor(int db_id, int dict_id, const std::string &name, int nbits, bool shared, const int rc, const std::string &fname, bool temp)
std::string dictFolderPath
std::shared_ptr< std::mutex > string_dict_mutex
std::shared_ptr< StringDictionary > stringDict
DictDescriptor(DictRef dict_ref, const std::string &name, int nbits, bool shared, const int rc, const std::string &fname, bool temp)
Descriptor for a dictionary for a string columne.