OmniSciDB
a5dc49c757
|
#include <HashJoinRuntime.h>
Public Attributes | |
const size_t | elem_sz |
const int64_t | min_val |
const int64_t | max_val |
const int64_t | null_val |
const bool | uses_bw_eq |
const int64_t | translated_null_val |
const ColumnType | column_type |
Definition at line 137 of file HashJoinRuntime.h.
const ColumnType JoinColumnTypeInfo::column_type |
Definition at line 144 of file HashJoinRuntime.h.
Referenced by JoinColumnIterator::getElementSwitch().
const size_t JoinColumnTypeInfo::elem_sz |
Definition at line 138 of file HashJoinRuntime.h.
Referenced by JoinColumnIterator::getElementSwitch().
const int64_t JoinColumnTypeInfo::max_val |
Definition at line 140 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl(), and fill_row_ids_sharded_impl().
const int64_t JoinColumnTypeInfo::min_val |
Definition at line 139 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl(), and fill_row_ids_sharded_impl().
const int64_t JoinColumnTypeInfo::null_val |
Definition at line 141 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl(), and fill_row_ids_sharded_impl().
const int64_t JoinColumnTypeInfo::translated_null_val |
Definition at line 143 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl(), and fill_row_ids_sharded_impl().
const bool JoinColumnTypeInfo::uses_bw_eq |
Definition at line 142 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_sharded_impl(), fill_hash_join_buff_wrapper(), and fill_row_ids_sharded_impl().