Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType > Class Template Reference

#include <n_ary_operator.hpp>

Inheritance diagram for hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >:
Collaboration diagram for hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >:

List of all members.

Public Types

typedef
OperatorMapper_Helper_Template
< OperatorOutputType >
::TypedOperatorPtr 
TypedOperatorPtr
typedef
OperatorMapper_Helper_Template
< OperatorOutputType >
::TypedNodePtr 
TypedNodePtr

Public Member Functions

 N_AryOperator (const hype::SchedulingDecision &sched_dec, const std::list< OperatorInputType > &childs)
virtual ~N_AryOperator ()
const std::list
< OperatorInputType > & 
getOutputDataOfChilds ()
virtual bool run ()
virtual void print (unsigned int tree_level) const
virtual void printResult (unsigned int tree_level) const
virtual double getRecursiveExecutionTimeInNanoseconds ()
void addChild (OperatorInputType child)

Private Attributes

double timeNeeded
double timeEstimated
std::list< OperatorInputType > childs_

template<typename OperatorInputType, typename OperatorOutputType>
class hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >


Member Typedef Documentation

template<typename OperatorInputType , typename OperatorOutputType >
typedef OperatorMapper_Helper_Template<OperatorOutputType>::TypedNodePtr hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >::TypedNodePtr
template<typename OperatorInputType , typename OperatorOutputType >
typedef OperatorMapper_Helper_Template<OperatorOutputType>::TypedOperatorPtr hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >::TypedOperatorPtr

Constructor & Destructor Documentation

template<typename OperatorInputType , typename OperatorOutputType >
hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >::N_AryOperator ( const hype::SchedulingDecision sched_dec,
const std::list< OperatorInputType > &  childs 
) [inline]
template<typename OperatorInputType , typename OperatorOutputType >
virtual hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >::~N_AryOperator ( ) [inline, virtual]

Member Function Documentation

template<typename OperatorInputType , typename OperatorOutputType >
void hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >::addChild ( OperatorInputType  child) [inline]
template<typename OperatorInputType , typename OperatorOutputType >
const std::list<OperatorInputType>& hype::queryprocessing::N_AryOperator< OperatorInputType, OperatorOutputType >::getOutputDataOfChilds ( ) [inline]

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