OmniSciDB
a5dc49c757
|
Functions | |
template<typename T > | |
void | to_set_one_to_one (const int8_t *ptr1, size_t entry_count, size_t key_component_count, DecodedJoinHashBufferSet &s) |
template<typename T > | |
void | to_set_one_to_many (const int8_t *ptr1, const int32_t *const ptr2, const int32_t *const ptr3, const int32_t *const ptr4, size_t entry_count, size_t key_component_count, DecodedJoinHashBufferSet &s) |
void anonymous_namespace{HashTable.cpp}::keyed_hash::to_set_one_to_many | ( | const int8_t * | ptr1, |
const int32_t *const | ptr2, | ||
const int32_t *const | ptr3, | ||
const int32_t *const | ptr4, | ||
size_t | entry_count, | ||
size_t | key_component_count, | ||
DecodedJoinHashBufferSet & | s | ||
) |
Definition at line 101 of file HashTable.cpp.
References DecodedJoinHashBufferEntry::payload, and heavydb.dtypes::T.
void anonymous_namespace{HashTable.cpp}::keyed_hash::to_set_one_to_one | ( | const int8_t * | ptr1, |
size_t | entry_count, | ||
size_t | key_component_count, | ||
DecodedJoinHashBufferSet & | s | ||
) |