Class InputTableInfoCache

class InputTableInfoCache

Public Functions

InputTableInfoCache(Executor *executor)
Fragmenter_Namespace::TableInfo getTableInfo(const int table_id)
void clear()

Private Members

std::unordered_map<int, Fragmenter_Namespace::TableInfo> cache_
Executor *executor_