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