OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QueryPlanDagExtractor.h File Reference
#include "QueryPlanDagCache.h"
#include "RelAlgExecutionUnit.h"
#include "RelAlgExecutor.h"
#include "RelAlgTranslator.h"
#include <unordered_map>
#include <vector>
+ Include dependency graph for QueryPlanDagExtractor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ExtractedQueryPlanDag
 
struct  ExtractedJoinInfo
 
struct  InnerOuterOrLoopQual
 
class  QueryPlanDagExtractor
 

Typedefs

using TranslatedJoinInfo = std::vector< std::shared_ptr< RelTranslatedJoin >>
 

Typedef Documentation

using TranslatedJoinInfo = std::vector<std::shared_ptr<RelTranslatedJoin>>

Definition at line 28 of file QueryPlanDagExtractor.h.