Predator  [unstable] git snapshot
Enumerations | Functions
join_status.hh File Reference
#include <iostream>

Go to the source code of this file.

Enumerations

enum  EJoinStatus {
  JS_USE_ANY = 0,
  JS_USE_SH1,
  JS_USE_SH2,
  JS_THREE_WAY
}
 classification of the result of a join operation More...

Functions

std::ostream & operator<< (std::ostream &str, const EJoinStatus status)

Enumeration Type Documentation

classification of the result of a join operation

Enumerator:
JS_USE_ANY 
JS_USE_SH1 
JS_USE_SH2 
JS_THREE_WAY 

Definition at line 26 of file join_status.hh.

Function Documentation

std::ostream& operator<< ( std::ostream &  str,
const EJoinStatus  status 
)
inline

Definition at line 33 of file join_status.hh.

References JS_THREE_WAY, JS_USE_ANY, JS_USE_SH1, and JS_USE_SH2.