OmniSciDB
4201147b46
|
#include <HashJoinRuntime.h>
Public Member Functions | |
size_t | getNormalizedHashEntryCount () const |
bool | operator! () const |
Public Attributes | |
size_t | 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 bucket_normalization, CHECK_GT, and hash_entry_count.
Referenced by PerfectJoinHashTableBuilder::allocateDeviceMemory(), fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device_bucketized(), PerfectJoinHashTable::getInstance(), PerfectJoinHashTableBuilder::initOneToManyHashTableOnCpu(), PerfectJoinHashTableBuilder::initOneToOneHashTableOnCpu(), and operator!().
|
inline |
Definition at line 57 of file HashJoinRuntime.h.
References getNormalizedHashEntryCount().
int64_t HashEntryInfo::bucket_normalization |
Definition at line 45 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device_bucketized(), getNormalizedHashEntryCount(), and PerfectJoinHashTableBuilder::initOneToOneHashTableOnCpu().
size_t HashEntryInfo::hash_entry_count |
Definition at line 44 of file HashJoinRuntime.h.
Referenced by PerfectJoinHashTableBuilder::allocateDeviceMemory(), fill_one_to_many_hash_table(), fill_one_to_many_hash_table_on_device(), fill_one_to_many_hash_table_on_device_sharded(), and getNormalizedHashEntryCount().