OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TooManyHashEntries Class Reference

#include <HashJoin.h>

+ Inheritance diagram for TooManyHashEntries:
+ Collaboration diagram for TooManyHashEntries:

Public Member Functions

 TooManyHashEntries ()
 
 TooManyHashEntries (const std::string &reason)
 

Detailed Description

Definition at line 46 of file HashJoin.h.

Constructor & Destructor Documentation

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: