OmniSciDB
0264ff685a
|
#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 171 of file HashJoinRuntime.h.
const int ShardInfo::device_count |
Definition at line 175 of file HashJoinRuntime.h.
const size_t ShardInfo::entry_count_per_shard |
Definition at line 173 of file HashJoinRuntime.h.
const size_t ShardInfo::num_shards |
Definition at line 174 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().
const size_t ShardInfo::shard |
Definition at line 172 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().