OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OverlapsHashTableTooBig Class Reference

#include <HashJoin.h>

+ Inheritance diagram for OverlapsHashTableTooBig:
+ Collaboration diagram for OverlapsHashTableTooBig:

Public Member Functions

 OverlapsHashTableTooBig (const size_t overlaps_hash_table_max_bytes)
 
- Public Member Functions inherited from HashJoinFail
 HashJoinFail (const std::string &err_msg)
 
 HashJoinFail (const std::string &err_msg, InnerQualDecision qual_decision)
 

Additional Inherited Members

- Public Attributes inherited from HashJoinFail
InnerQualDecision inner_qual_decision
 

Detailed Description

Definition at line 98 of file HashJoin.h.

Constructor & Destructor Documentation

OverlapsHashTableTooBig::OverlapsHashTableTooBig ( const size_t  overlaps_hash_table_max_bytes)
inline

Definition at line 100 of file HashJoin.h.

101  : HashJoinFail(
102  "Could not create overlaps hash table with less than max allowed size of " +
103  std::to_string(overlaps_hash_table_max_bytes) + " bytes") {}
std::string to_string(char const *&&v)
HashJoinFail(const std::string &err_msg)
Definition: HashJoin.h:74

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