OmniSciDB
c1a53651b2
|
#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 196 of file HashJoinRuntime.h.
const int ShardInfo::device_count |
Definition at line 200 of file HashJoinRuntime.h.
const size_t ShardInfo::entry_count_per_shard |
Definition at line 198 of file HashJoinRuntime.h.
const size_t ShardInfo::num_shards |
Definition at line 199 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().
const size_t ShardInfo::shard |
Definition at line 197 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl().