Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
hype::queryprocessing::Construct_Physical_Query_Plan_functor< Type > Struct Template Reference

#include <logical_query_plan.hpp>

Collaboration diagram for hype::queryprocessing::Construct_Physical_Query_Plan_functor< Type >:

List of all members.

Public Types

typedef
OperatorMapper_Helper_Template
< Type >::TypedOperatorPtr 
TypedOperatorPtr
typedef
OperatorMapper_Helper_Template
< Type >::TypedNodePtr 
TypedNodePtr
typedef std::map< TypedNodePtr,
TypedOperatorPtr
Map

Public Member Functions

 Construct_Physical_Query_Plan_functor ()
TypedOperatorPtr getRootOperator ()
void operator() (TypedNodePtr ptr, bool chopped=false)

Public Attributes

TypedOperatorPtr root_
Map map_log_op_to_phy_op_

Detailed Description

template<typename Type>
struct hype::queryprocessing::Construct_Physical_Query_Plan_functor< Type >

Definition at line 69 of file logical_query_plan.hpp.


Member Typedef Documentation

Definition at line 73 of file logical_query_plan.hpp.


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines