OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QueryRunner::QueryPlanDagInfo Struct Reference

#include <QueryRunner.h>

Public Attributes

std::shared_ptr< const RelAlgNoderoot_node
 
std::vector< unsigned > left_deep_trees_id
 
std::unordered_map< unsigned,
JoinQualsPerNestingLevel
left_deep_trees_info
 
std::shared_ptr< RelAlgTranslatorrel_alg_translator
 

Detailed Description

Definition at line 66 of file QueryRunner.h.

Member Data Documentation

std::vector<unsigned> QueryRunner::QueryPlanDagInfo::left_deep_trees_id

Definition at line 68 of file QueryRunner.h.

std::unordered_map<unsigned, JoinQualsPerNestingLevel> QueryRunner::QueryPlanDagInfo::left_deep_trees_info

Definition at line 69 of file QueryRunner.h.

std::shared_ptr<RelAlgTranslator> QueryRunner::QueryPlanDagInfo::rel_alg_translator

Definition at line 70 of file QueryRunner.h.

std::shared_ptr<const RelAlgNode> QueryRunner::QueryPlanDagInfo::root_node

Definition at line 67 of file QueryRunner.h.


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