OmniSciDB  c1a53651b2
 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 48 of file HashJoin.h.

Constructor & Destructor Documentation

TooManyHashEntries::TooManyHashEntries ( )
inline

Definition at line 50 of file HashJoin.h.

51  : std::runtime_error("Hash tables with more than 2B entries not supported yet") {}
TooManyHashEntries::TooManyHashEntries ( const std::string &  reason)
inline

Definition at line 53 of file HashJoin.h.

53 : std::runtime_error(reason) {}

The documentation for this class was generated from the following file: