OmniSciDB
a5dc49c757
|
#include "QueryPlanDagCache.h"
#include "RelAlgExecutionUnit.h"
#include "RelAlgExecutor.h"
#include "RelAlgTranslator.h"
#include <unordered_map>
#include <vector>
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 >> |
using TranslatedJoinInfo = std::vector<std::shared_ptr<RelTranslatedJoin>> |
Definition at line 28 of file QueryPlanDagExtractor.h.