OmniSciDB
a5dc49c757
|
#include <HashtableRecycler.h>
Public Attributes | |
size_t | bbox_intersect_max_table_size_bytes |
double | bbox_intersect_bucket_threshold |
std::vector< double > | bucket_sizes |
Definition at line 23 of file HashtableRecycler.h.
double BoundingBoxIntersectMetaInfo::bbox_intersect_bucket_threshold |
Definition at line 25 of file HashtableRecycler.h.
Referenced by HashtableRecycler::checkHashtableForBoundingBoxIntersectBucketCompatability(), and BoundingBoxIntersectJoinHashTable::setBoundingBoxIntersectionMetaInfo().
size_t BoundingBoxIntersectMetaInfo::bbox_intersect_max_table_size_bytes |
Definition at line 24 of file HashtableRecycler.h.
Referenced by HashtableRecycler::checkHashtableForBoundingBoxIntersectBucketCompatability(), and BoundingBoxIntersectJoinHashTable::setBoundingBoxIntersectionMetaInfo().
std::vector<double> BoundingBoxIntersectMetaInfo::bucket_sizes |
Definition at line 26 of file HashtableRecycler.h.
Referenced by HashtableRecycler::checkHashtableForBoundingBoxIntersectBucketCompatability(), and BoundingBoxIntersectJoinHashTable::setBoundingBoxIntersectionMetaInfo().