OmniSciDB
a5dc49c757
|
#include <HashJoinRuntime.h>
Public Member Functions | |
size_t | getNormalizedHashEntryCount () const |
Public Attributes | |
size_t | bucketized_hash_entry_count |
int64_t | bucket_normalization |
Definition at line 43 of file HashJoinRuntime.h.
|
inline |
Definition at line 47 of file HashJoinRuntime.h.
References bucketized_hash_entry_count.
Referenced by PerfectJoinHashTableBuilder::allocateDeviceMemory(), fill_one_to_many_hash_table_on_device_bucketized(), PerfectJoinHashTable::getInstance(), PerfectJoinHashTable::getNormalizedHashEntryCount(), PerfectJoinHashTableBuilder::initOneToManyHashTableOnCpu(), and PerfectJoinHashTableBuilder::initOneToOneHashTableOnCpu().
int64_t BucketizedHashEntryInfo::bucket_normalization |
Definition at line 45 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table_bucketized(), PerfectJoinHashTable::getHashJoinArgs(), and PerfectJoinHashTableBuilder::initOneToOneHashTableOnCpu().
size_t BucketizedHashEntryInfo::bucketized_hash_entry_count |
Definition at line 44 of file HashJoinRuntime.h.
Referenced by PerfectJoinHashTableBuilder::allocateDeviceMemory(), fill_one_to_many_hash_table_on_device(), fill_one_to_many_hash_table_on_device_sharded(), and getNormalizedHashEntryCount().