OmniSciDB
1dac507f6e
|
#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 36 of file HashJoinRuntime.h.
|
inline |
Definition at line 40 of file HashJoinRuntime.h.
References bucket_normalization, CHECK_GT, and hash_entry_count.
Referenced by fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device_bucketized(), JoinHashTable::getInstance(), JoinHashTable::initHashTableOnCpu(), JoinHashTable::initOneToManyHashTableOnCpu(), and operator!().
|
inline |
Definition at line 50 of file HashJoinRuntime.h.
References getNormalizedHashEntryCount().
int64_t HashEntryInfo::bucket_normalization |
Definition at line 38 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device_bucketized(), getNormalizedHashEntryCount(), and JoinHashTable::initHashTableOnCpu().
size_t HashEntryInfo::hash_entry_count |
Definition at line 37 of file HashJoinRuntime.h.
Referenced by 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().