#include <HashJoin.h>
Definition at line 38 of file HashJoin.h.
JoinHashTableTooBig::JoinHashTableTooBig |
( |
size_t |
cur_hash_table_size, |
|
|
size_t |
threshold_size |
|
) |
| |
|
inline |
Definition at line 40 of file HashJoin.h.
41 : std::runtime_error(
"The size of hash table is larger than a threshold (" +
42 ::
toString(cur_hash_table_size) +
" > " +
std::string toString(const Executor::ExtModuleKinds &kind)
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/QueryEngine/JoinHashTable/HashJoin.h