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

#include <HashJoin.h>

+ Inheritance diagram for TableMustBeReplicated:
+ Collaboration diagram for TableMustBeReplicated:

Public Member Functions

 TableMustBeReplicated (const std::string &table_name)
 

Detailed Description

Definition at line 54 of file HashJoin.h.

Constructor & Destructor Documentation

TableMustBeReplicated::TableMustBeReplicated ( const std::string &  table_name)
inline

Definition at line 56 of file HashJoin.h.

57  : std::runtime_error("Hash join failed: Table '" + table_name +
58  "' must be replicated.") {}

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