Struct DictDescriptor

struct DictDescriptor

Descriptor for a dictionary for a string columne.

DictDescriptor

Public Functions

DictDescriptor(DictRef dict_ref, const std::string &name, int nbits, bool shared, const int rc, const std::string &fname, bool temp)
DictDescriptor(int db_id, int dict_id, const std::string &name, int nbits, bool shared, const int rc, const std::string &fname, bool temp)

Public Members

DictRef dictRef
std::string dictName
int dictNBits
bool dictIsShared
std::string dictFolderPath
int refcount
bool dictIsTemp
std::shared_ptr<StringDictionary> stringDict
std::shared_ptr<std::mutex> string_dict_mutex