OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RelAlgDagViewer.h File Reference
#include <functional>
#include <optional>
#include <sstream>
+ Include dependency graph for RelAlgDagViewer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RelAlgDagViewer
 
struct  RelAlgDagViewer::NodeInfo
 
struct  RelAlgDagViewer::BreadthFirstSearch
 
struct  RelAlgDagViewer::CollectImmediateChildren
 

Functions

std::ostream & operator<< (std::ostream &os, RelAlgDagViewer const &dagv)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
RelAlgDagViewer const &  dagv 
)
inline

Definition at line 350 of file RelAlgDagViewer.h.

References RelAlgDagViewer::str().

350  {
351  os << dagv.str();
352  return os;
353 }

+ Here is the call graph for this function: