Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType > Class Template Reference

#include <binary_operator.hpp>

Inheritance diagram for hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >:
Collaboration diagram for hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >:

List of all members.

Public Types

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

Public Member Functions

 BinaryOperator (const hype::SchedulingDecision &sched_dec, boost::shared_ptr< TypedOperator< OperatorInputTypeLeftChild > > left_child, boost::shared_ptr< TypedOperator< OperatorInputTypeRightChild > > right_child)
virtual ~BinaryOperator ()
OperatorInputTypeLeftChild getInputDataLeftChild ()
OperatorInputTypeRightChild getInputDataRightChild ()
virtual bool run ()
virtual void print (unsigned int tree_level) const
virtual void printResult (unsigned int tree_level) const
virtual double getRecursiveExecutionTimeInNanoseconds ()

Private Attributes

double timeNeeded
double timeEstimated
boost::shared_ptr
< TypedOperator
< OperatorInputTypeLeftChild > > 
left_child_
boost::shared_ptr
< TypedOperator
< OperatorInputTypeRightChild > > 
right_child_

template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
class hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >


Member Typedef Documentation

template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
typedef OperatorMapper_Helper_Template<OperatorOutputType>::TypedNodePtr hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::TypedNodePtr

Constructor & Destructor Documentation

template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::BinaryOperator ( const hype::SchedulingDecision sched_dec,
boost::shared_ptr< TypedOperator< OperatorInputTypeLeftChild > >  left_child,
boost::shared_ptr< TypedOperator< OperatorInputTypeRightChild > >  right_child 
) [inline]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
virtual hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::~BinaryOperator ( ) [inline, virtual]

Member Function Documentation

template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
OperatorInputTypeLeftChild hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::getInputDataLeftChild ( ) [inline]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
OperatorInputTypeRightChild hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::getInputDataRightChild ( ) [inline]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
virtual double hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::getRecursiveExecutionTimeInNanoseconds ( ) [inline, virtual]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
virtual void hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::print ( unsigned int  tree_level) const [inline, virtual]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
virtual void hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::printResult ( unsigned int  tree_level) const [inline, virtual]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
virtual bool hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::run ( ) [inline, virtual]

Member Data Documentation

template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
double hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::timeEstimated [private]
template<typename OperatorInputTypeLeftChild, typename OperatorInputTypeRightChild, typename OperatorOutputType>
double hype::queryprocessing::BinaryOperator< OperatorInputTypeLeftChild, OperatorInputTypeRightChild, OperatorOutputType >::timeNeeded [private]

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