OmniSciDB
a5dc49c757
|
#include <HashJoinRuntime.h>
Public Attributes | |
size_t | shard |
size_t | entry_count_per_shard |
size_t | num_shards |
int | device_count |
Definition at line 160 of file HashJoinRuntime.h.
int ShardInfo::device_count |
Definition at line 164 of file HashJoinRuntime.h.
size_t ShardInfo::entry_count_per_shard |
Definition at line 162 of file HashJoinRuntime.h.
size_t ShardInfo::num_shards |
Definition at line 163 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().
size_t ShardInfo::shard |
Definition at line 161 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().