OmniSciDB
4201147b46
|
#include <HashJoinRuntime.h>
Public Attributes | |
const size_t | shard |
const size_t | entry_count_per_shard |
const size_t | num_shards |
const int | device_count |
Definition at line 204 of file HashJoinRuntime.h.
const int ShardInfo::device_count |
Definition at line 208 of file HashJoinRuntime.h.
const size_t ShardInfo::entry_count_per_shard |
Definition at line 206 of file HashJoinRuntime.h.
const size_t ShardInfo::num_shards |
Definition at line 207 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().
const size_t ShardInfo::shard |
Definition at line 205 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().