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

#include <HashJoin.h>

+ Inheritance diagram for TooBigHashTableForBoundingBoxIntersect:
+ Collaboration diagram for TooBigHashTableForBoundingBoxIntersect:

Public Member Functions

 TooBigHashTableForBoundingBoxIntersect (const size_t bbox_intersect_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 96 of file HashJoin.h.

Constructor & Destructor Documentation

TooBigHashTableForBoundingBoxIntersect::TooBigHashTableForBoundingBoxIntersect ( const size_t  bbox_intersect_hash_table_max_bytes)
inline

Definition at line 98 of file HashJoin.h.

99  : HashJoinFail(
100  "Could not create hash table for bounding box intersection with less than "
101  "max allowed size of " +
102  std::to_string(bbox_intersect_hash_table_max_bytes) + " bytes") {}
std::string to_string(char const *&&v)
HashJoinFail(const std::string &err_msg)
Definition: HashJoin.h:72

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