OmniSciDB
a5dc49c757
|
Functions | |
void | to_set_one_to_one (const int32_t *const ptr4, size_t entry_count, DecodedJoinHashBufferSet &s) |
void | to_set_one_to_many (const int32_t *const ptr2, const int32_t *const ptr3, const int32_t *const ptr4, size_t entry_count, DecodedJoinHashBufferSet &s) |
void anonymous_namespace{HashTable.cpp}::perfect_hash::to_set_one_to_many | ( | const int32_t *const | ptr2, |
const int32_t *const | ptr3, | ||
const int32_t *const | ptr4, | ||
size_t | entry_count, | ||
DecodedJoinHashBufferSet & | s | ||
) |
Definition at line 43 of file HashTable.cpp.
References DecodedJoinHashBufferEntry::key, and DecodedJoinHashBufferEntry::payload.
Referenced by HashTable::toSet().
void anonymous_namespace{HashTable.cpp}::perfect_hash::to_set_one_to_one | ( | const int32_t *const | ptr4, |
size_t | entry_count, | ||
DecodedJoinHashBufferSet & | s | ||
) |
Definition at line 23 of file HashTable.cpp.
References DecodedJoinHashBufferEntry::key, and DecodedJoinHashBufferEntry::payload.
Referenced by HashTable::toSet().