OmniSciDB
a5dc49c757
|
#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 128 of file HashJoinRuntime.h.
const int8_t* JoinColumn::col_chunks_buff |
Definition at line 130 of file HashJoinRuntime.h.
Referenced by HashJoin::fetchJoinColumn().
size_t JoinColumn::col_chunks_buff_sz |
Definition at line 131 of file HashJoinRuntime.h.
Referenced by HashJoin::fetchJoinColumn().
size_t JoinColumn::elem_sz |
Definition at line 134 of file HashJoinRuntime.h.
Referenced by JoinColumnIterator::ptr().
size_t JoinColumn::num_chunks |
Definition at line 132 of file HashJoinRuntime.h.
size_t JoinColumn::num_elems |
Definition at line 133 of file HashJoinRuntime.h.
Referenced by fill_row_ids_for_window_framing_impl(), and PerfectJoinHashTable::initHashTableForDevice().