OmniSciDB
a5dc49c757
|
#include <HashtableRecycler.h>
Public Member Functions | |
HashtableCacheMetaInfo () | |
Public Attributes | |
std::optional < BoundingBoxIntersectMetaInfo > | bbox_intersect_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<BoundingBoxIntersectMetaInfo> HashtableCacheMetaInfo::bbox_intersect_meta_info |
Definition at line 30 of file HashtableRecycler.h.
Referenced by BoundingBoxIntersectJoinHashTable::getApproximateTupleCountFromCache(), BoundingBoxIntersectJoinHashTable::getBoundingBoxIntersectMetaInfo(), BoundingBoxIntersectJoinHashTable::initHashTableOnCpuFromCache(), BoundingBoxIntersectJoinHashTable::putHashTableOnCpuToCache(), and BoundingBoxIntersectJoinHashTable::setBoundingBoxIntersectionMetaInfo().
std::optional<RegisteredQueryHint> HashtableCacheMetaInfo::registered_query_hint |
Definition at line 31 of file HashtableRecycler.h.