OmniSciDB  c1a53651b2
 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 query_hint_size)
 

Detailed Description

Definition at line 38 of file HashJoin.h.

Constructor & Destructor Documentation

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

Definition at line 40 of file HashJoin.h.

41  : std::runtime_error(
42  "The size of hash table is larger than a threshold defined in the query hint "
43  "(" +
44  ::toString(cur_hash_table_size) + " > " + ::toString(query_hint_size) + ")") {
45  }
std::string toString(const ExecutorDeviceType &device_type)

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