Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::queryprocessing::LogicalQueryPlan< Type > Class Template Reference

#include <logical_query_plan.hpp>

List of all members.

Public Types

typedef Type NodeElementType
typedef
OperatorMapper_Helper_Template
< Type >
::Physical_Operator_Map 
Physical_Operator_Map
typedef
OperatorMapper_Helper_Template
< Type >::TypedOperatorPtr 
TypedOperatorPtr
typedef
OperatorMapper_Helper_Template
< Type >::TypedNodePtr 
TypedNodePtr
typedef
OperatorMapper_Helper_Template
< Type >::PhysicalQueryPlanPtr 
PhysicalQueryPlanPtr

Public Member Functions

 LogicalQueryPlan (TypedNodePtr root)
const PhysicalQueryPlanPtr convertToPhysicalQueryPlan ()
const PhysicalQueryPlanPtr runChoppedPlan ()
template<class UnaryFunction >
UnaryFunction traverse (UnaryFunction f)
template<class UnaryFunction >
UnaryFunction query_chopping_traversal (UnaryFunction f)
template<class UnaryFunction >
UnaryFunction reverse_traverse (UnaryFunction f)
template<class UnaryFunction >
UnaryFunction traverse_inorder (UnaryFunction f, TypedNodePtr node)
template<class UnaryFunction >
UnaryFunction traverse_inorder (UnaryFunction f)
std::list< TypedNodePtrgetLevelOrder ()
template<class UnaryFunction >
UnaryFunction traverse_preorder (UnaryFunction f)
void print ()

Static Public Member Functions

template<class UnaryFunction >
static void chop (UnaryFunction *f, TypedNodePtr nodePtr)

Private Attributes

TypedNodePtr root_

template<typename Type>
class hype::queryprocessing::LogicalQueryPlan< Type >


Member Typedef Documentation

template<typename Type >
typedef Type hype::queryprocessing::LogicalQueryPlan< Type >::NodeElementType

Constructor & Destructor Documentation


Member Function Documentation

template<typename Type >
template<class UnaryFunction >
static void hype::queryprocessing::LogicalQueryPlan< Type >::chop ( UnaryFunction *  f,
TypedNodePtr  nodePtr 
) [inline, static]

Referenced by hype::queryprocessing::LogicalQueryPlan< Type >::query_chopping_traversal().

Here is the caller graph for this function:

template<typename Type >
std::list<TypedNodePtr> hype::queryprocessing::LogicalQueryPlan< Type >::getLevelOrder ( ) [inline]
template<typename Type >
template<class UnaryFunction >
UnaryFunction hype::queryprocessing::LogicalQueryPlan< Type >::query_chopping_traversal ( UnaryFunction  f) [inline]

References hype::queryprocessing::LogicalQueryPlan< Type >::chop(), and hype::queryprocessing::LogicalQueryPlan< Type >::root_.

Referenced by hype::queryprocessing::LogicalQueryPlan< Type >::runChoppedPlan().

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename Type >
template<class UnaryFunction >
UnaryFunction hype::queryprocessing::LogicalQueryPlan< Type >::reverse_traverse ( UnaryFunction  f) [inline]

References hype::queryprocessing::LogicalQueryPlan< Type >::getLevelOrder().

Referenced by hype::queryprocessing::LogicalQueryPlan< Type >::convertToPhysicalQueryPlan().

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename Type >
template<class UnaryFunction >
UnaryFunction hype::queryprocessing::LogicalQueryPlan< Type >::traverse ( UnaryFunction  f) [inline]
template<typename Type >
template<class UnaryFunction >
UnaryFunction hype::queryprocessing::LogicalQueryPlan< Type >::traverse_inorder ( UnaryFunction  f,
TypedNodePtr  node 
) [inline]

Referenced by hype::queryprocessing::LogicalQueryPlan< Type >::traverse_inorder().

Here is the caller graph for this function:

template<typename Type >
template<class UnaryFunction >
UnaryFunction hype::queryprocessing::LogicalQueryPlan< Type >::traverse_inorder ( UnaryFunction  f) [inline]
template<typename Type >
template<class UnaryFunction >
UnaryFunction hype::queryprocessing::LogicalQueryPlan< Type >::traverse_preorder ( UnaryFunction  f) [inline]

References hype::queryprocessing::LogicalQueryPlan< Type >::root_.

Referenced by hype::queryprocessing::LogicalQueryPlan< Type >::print().

Here is the caller graph for this function:


Member Data Documentation


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