OmniSciDB
a5dc49c757
|
#include <HashTable.h>
Public Member Functions | |
bool | operator< (const DecodedJoinHashBufferEntry &other) const |
bool | operator== (const DecodedJoinHashBufferEntry &other) const |
Public Attributes | |
std::vector< int64_t > | key |
std::set< int32_t > | payload |
Definition at line 21 of file HashTable.h.
|
inline |
Definition at line 25 of file HashTable.h.
|
inline |
Definition at line 29 of file HashTable.h.
std::vector<int64_t> DecodedJoinHashBufferEntry::key |
Definition at line 22 of file HashTable.h.
Referenced by operator<(), operator<<(), operator==(), anonymous_namespace{HashTable.cpp}::perfect_hash::to_set_one_to_many(), and anonymous_namespace{HashTable.cpp}::perfect_hash::to_set_one_to_one().
std::set<int32_t> DecodedJoinHashBufferEntry::payload |
Definition at line 23 of file HashTable.h.
Referenced by operator<(), operator<<(), operator==(), anonymous_namespace{HashTable.cpp}::perfect_hash::to_set_one_to_many(), anonymous_namespace{HashTable.cpp}::keyed_hash::to_set_one_to_many(), and anonymous_namespace{HashTable.cpp}::perfect_hash::to_set_one_to_one().