OmniSciDB
cde582ebc3
|
#include <HashJoinRuntime.h>
Public Attributes | |
const int8_t * | col_chunks_buff |
size_t | col_chunks_buff_sz |
size_t | num_chunks |
size_t | num_elems |
size_t | elem_sz |
Definition at line 136 of file HashJoinRuntime.h.
const int8_t* JoinColumn::col_chunks_buff |
Definition at line 138 of file HashJoinRuntime.h.
Referenced by HashJoin::fetchJoinColumn().
size_t JoinColumn::col_chunks_buff_sz |
Definition at line 139 of file HashJoinRuntime.h.
Referenced by HashJoin::fetchJoinColumn().
size_t JoinColumn::elem_sz |
Definition at line 142 of file HashJoinRuntime.h.
Referenced by JoinColumnIterator::ptr().
size_t JoinColumn::num_chunks |
Definition at line 140 of file HashJoinRuntime.h.
size_t JoinColumn::num_elems |
Definition at line 141 of file HashJoinRuntime.h.
Referenced by PerfectJoinHashTableBuilder::allocateDeviceMemory(), PerfectJoinHashTable::initHashTableForDevice(), and PerfectJoinHashTableBuilder::initOneToManyHashTableOnCpu().