OmniSciDB
a5dc49c757
|
#include <HashJoinRuntime.h>
Public Attributes | |
int32_t * | buff |
int32_t * | dev_err_buff |
const int32_t | invalid_slot_val |
const bool | for_semi_join |
const JoinColumn | join_column |
const JoinColumnTypeInfo | type_info |
const int32_t * | sd_inner_to_outer_translation_map |
const int32_t | min_inner_elem |
const int64_t | bucket_normalization |
Definition at line 167 of file HashJoinRuntime.h.
const int64_t OneToOnePerfectJoinHashTableFillFuncArgs::bucket_normalization |
Definition at line 176 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_wrapper_sharded_bucketized().
int32_t* OneToOnePerfectJoinHashTableFillFuncArgs::buff |
Definition at line 168 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_wrapper_sharded(), and fill_hash_join_buff_wrapper_sharded_bucketized().
int32_t* OneToOnePerfectJoinHashTableFillFuncArgs::dev_err_buff |
Definition at line 169 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_bucketized_wrapper(), fill_hash_join_buff_wrapper(), fill_hash_join_buff_wrapper_sharded(), and fill_hash_join_buff_wrapper_sharded_bucketized().
const bool OneToOnePerfectJoinHashTableFillFuncArgs::for_semi_join |
Definition at line 171 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_wrapper_sharded(), and fill_hash_join_buff_wrapper_sharded_bucketized().
const int32_t OneToOnePerfectJoinHashTableFillFuncArgs::invalid_slot_val |
Definition at line 170 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_wrapper_sharded(), and fill_hash_join_buff_wrapper_sharded_bucketized().
const JoinColumn OneToOnePerfectJoinHashTableFillFuncArgs::join_column |
Definition at line 172 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_impl(), fill_hash_join_buff_wrapper_sharded(), and fill_hash_join_buff_wrapper_sharded_bucketized().
const int32_t OneToOnePerfectJoinHashTableFillFuncArgs::min_inner_elem |
Definition at line 175 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_impl().
const int32_t* OneToOnePerfectJoinHashTableFillFuncArgs::sd_inner_to_outer_translation_map |
Definition at line 174 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_impl().
const JoinColumnTypeInfo OneToOnePerfectJoinHashTableFillFuncArgs::type_info |
Definition at line 173 of file HashJoinRuntime.h.
Referenced by fill_hash_join_buff_impl(), fill_hash_join_buff_wrapper(), fill_hash_join_buff_wrapper_sharded(), and fill_hash_join_buff_wrapper_sharded_bucketized().