OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HashtableAccessPathInfo Struct Reference

#include <HashtableRecycler.h>

+ Collaboration diagram for HashtableAccessPathInfo:

Public Member Functions

 HashtableAccessPathInfo (int device_count)
 

Public Attributes

std::vector< QueryPlanHashhashed_query_plan_dag
 
HashtableCacheMetaInfo meta_info
 
std::unordered_set< size_t > table_keys
 

Detailed Description

Definition at line 37 of file HashtableRecycler.h.

Constructor & Destructor Documentation

HashtableAccessPathInfo::HashtableAccessPathInfo ( int  device_count)
inline

Definition at line 42 of file HashtableRecycler.h.

Member Data Documentation

std::vector<QueryPlanHash> HashtableAccessPathInfo::hashed_query_plan_dag

Definition at line 38 of file HashtableRecycler.h.

Referenced by HashtableRecycler::getHashtableAccessPathInfo().

HashtableCacheMetaInfo HashtableAccessPathInfo::meta_info

Definition at line 39 of file HashtableRecycler.h.

std::unordered_set<size_t> HashtableAccessPathInfo::table_keys

Definition at line 40 of file HashtableRecycler.h.

Referenced by HashtableRecycler::getHashtableAccessPathInfo().


The documentation for this struct was generated from the following file: