OmniSciDB
a5dc49c757
|
#include <HashJoinRuntime.h>
Public Attributes | |
int32_t * | buff |
const BucketizedHashEntryInfo | hash_entry_info |
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 |
const bool | for_window_framing |
Definition at line 179 of file HashJoinRuntime.h.
const int64_t OneToManyPerfectJoinHashTableFillFuncArgs::bucket_normalization |
Definition at line 186 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table_on_device_bucketized().
int32_t* OneToManyPerfectJoinHashTableFillFuncArgs::buff |
Definition at line 180 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device(), fill_one_to_many_hash_table_on_device_bucketized(), and fill_one_to_many_hash_table_on_device_sharded().
const bool OneToManyPerfectJoinHashTableFillFuncArgs::for_window_framing |
Definition at line 187 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), and fill_one_to_many_hash_table_on_device().
const BucketizedHashEntryInfo OneToManyPerfectJoinHashTableFillFuncArgs::hash_entry_info |
Definition at line 181 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device(), fill_one_to_many_hash_table_on_device_bucketized(), and fill_one_to_many_hash_table_on_device_sharded().
const JoinColumn OneToManyPerfectJoinHashTableFillFuncArgs::join_column |
Definition at line 182 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device(), fill_one_to_many_hash_table_on_device_bucketized(), and fill_one_to_many_hash_table_on_device_sharded().
const int32_t OneToManyPerfectJoinHashTableFillFuncArgs::min_inner_elem |
Definition at line 185 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), and fill_one_to_many_hash_table_bucketized().
const int32_t* OneToManyPerfectJoinHashTableFillFuncArgs::sd_inner_to_outer_translation_map |
Definition at line 184 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), and fill_one_to_many_hash_table_bucketized().
const JoinColumnTypeInfo OneToManyPerfectJoinHashTableFillFuncArgs::type_info |
Definition at line 183 of file HashJoinRuntime.h.
Referenced by fill_one_to_many_hash_table(), fill_one_to_many_hash_table_bucketized(), fill_one_to_many_hash_table_on_device(), fill_one_to_many_hash_table_on_device_bucketized(), and fill_one_to_many_hash_table_on_device_sharded().