#include <HashJoin.h>
Definition at line 46 of file HashJoin.h.
TooManyHashEntries::TooManyHashEntries |
( |
| ) |
|
|
inline |
Definition at line 48 of file HashJoin.h.
49 : std::runtime_error(
"Hash tables with more than 4B entries not supported yet") {}
TooManyHashEntries::TooManyHashEntries |
( |
const std::string & |
reason | ) |
|
|
inline |
Definition at line 51 of file HashJoin.h.
51 : 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