#include <HashJoin.h>
Definition at line 32 of file HashJoin.h.
◆ TooManyHashEntries() [1/2]
TooManyHashEntries::TooManyHashEntries |
( |
| ) |
|
|
inline |
Definition at line 34 of file HashJoin.h.
35 : std::runtime_error(
"Hash tables with more than 2B entries not supported yet") {}
◆ TooManyHashEntries() [2/2]
TooManyHashEntries::TooManyHashEntries |
( |
const std::string & |
reason | ) |
|
|
inline |
Definition at line 37 of file HashJoin.h.
37 : std::runtime_error(reason) {}
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/QueryEngine/JoinHashTable/HashJoin.h