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

#include <HashJoin.h>

+ Inheritance diagram for JoinHashTableTooBig:
+ Collaboration diagram for JoinHashTableTooBig:

Public Member Functions

 JoinHashTableTooBig (size_t cur_hash_table_size, size_t threshold_size)
 

Detailed Description

Definition at line 38 of file HashJoin.h.

Constructor & Destructor Documentation

JoinHashTableTooBig::JoinHashTableTooBig ( size_t  cur_hash_table_size,
size_t  threshold_size 
)
inline

Definition at line 40 of file HashJoin.h.

41  : std::runtime_error("The size of hash table is larger than a threshold (" +
42  ::toString(cur_hash_table_size) + " > " +
43  ::toString(threshold_size) + ")") {}
std::string toString(const QueryDescriptionType &type)
Definition: Types.h:64

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