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

#include <node.hpp>

List of all members.

Public Types

typedef Type type
typedef TypedNode< Type > TypedLogicalNode
typedef boost::shared_ptr
< TypedLogicalNode
TypedNodePtr
typedef boost::shared_ptr
< TypedOperator< Type > > 
TypedOperatorPtr
typedef boost::function
< TypedOperatorPtr(TypedLogicalNode
&, const
hype::SchedulingDecision
&, TypedOperatorPtr,
TypedOperatorPtr) > 
Create_Typed_Operator_Function
typedef std::map< std::string,
Create_Typed_Operator_Function
Physical_Operator_Map
typedef boost::shared_ptr
< Physical_Operator_Map
Physical_Operator_Map_Ptr
typedef Physical_Operator_Map_PtrMap_Init_Function )()
typedef boost::shared_ptr
< PhysicalQueryPlan< Type > > 
PhysicalQueryPlanPtr

Detailed Description

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

Definition at line 33 of file node.hpp.


Member Typedef Documentation

Definition at line 43 of file node.hpp.

Definition at line 40 of file node.hpp.

Definition at line 41 of file node.hpp.

template<typename Type>
typedef boost::shared_ptr<PhysicalQueryPlan<Type> > hype::queryprocessing::OperatorMapper_Helper_Template< Type >::PhysicalQueryPlanPtr

Definition at line 44 of file node.hpp.

template<typename Type>
typedef Type hype::queryprocessing::OperatorMapper_Helper_Template< Type >::type

Definition at line 34 of file node.hpp.

Definition at line 35 of file node.hpp.

template<typename Type>
typedef boost::shared_ptr<TypedLogicalNode> hype::queryprocessing::OperatorMapper_Helper_Template< Type >::TypedNodePtr

Definition at line 36 of file node.hpp.

template<typename Type>
typedef boost::shared_ptr<TypedOperator<Type> > hype::queryprocessing::OperatorMapper_Helper_Template< Type >::TypedOperatorPtr

Definition at line 38 of file node.hpp.


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