OmniSciDB
c1a53651b2
|
#include <HashtableRecycler.h>
Public Member Functions | |
HashtableCacheMetaInfo () | |
Public Attributes | |
std::optional < OverlapsHashTableMetaInfo > | overlaps_meta_info |
std::optional < RegisteredQueryHint > | registered_query_hint |
Definition at line 29 of file HashtableRecycler.h.
|
inline |
Definition at line 33 of file HashtableRecycler.h.
std::optional<OverlapsHashTableMetaInfo> HashtableCacheMetaInfo::overlaps_meta_info |
Definition at line 30 of file HashtableRecycler.h.
Referenced by OverlapsJoinHashTable::getApproximateTupleCountFromCache(), OverlapsJoinHashTable::getOverlapsHashTableMetaInfo(), OverlapsJoinHashTable::initHashTableOnCpuFromCache(), OverlapsJoinHashTable::putHashTableOnCpuToCache(), and OverlapsJoinHashTable::setOverlapsHashtableMetaInfo().
std::optional<RegisteredQueryHint> HashtableCacheMetaInfo::registered_query_hint |
Definition at line 31 of file HashtableRecycler.h.