Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
hype::queryprocessing::UnaryOperator< OperatorInputType, OperatorOutputType > Class Template Reference

#include <unary_operator.hpp>

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

List of all members.

Public Types

typedef
OperatorMapper_Helper_Template
< OperatorOutputType >
::TypedOperatorPtr 
TypedOperatorPtr

Public Member Functions

 UnaryOperator (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr child)
virtual ~UnaryOperator ()
OperatorInputType getInputData ()
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
< OperatorInputType > > 
child_

Detailed Description

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

Definition at line 14 of file unary_operator.hpp.


Member Typedef Documentation

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

Definition at line 18 of file unary_operator.hpp.


Constructor & Destructor Documentation

template<typename OperatorInputType , typename OperatorOutputType >
hype::queryprocessing::UnaryOperator< OperatorInputType, OperatorOutputType >::UnaryOperator ( const hype::SchedulingDecision sched_dec,
TypedOperatorPtr  child 
) [inline]

Definition at line 23 of file unary_operator.hpp.

template<typename OperatorInputType , typename OperatorOutputType >
virtual hype::queryprocessing::UnaryOperator< OperatorInputType, OperatorOutputType >::~UnaryOperator ( ) [inline, virtual]

Definition at line 27 of file unary_operator.hpp.


Member Function Documentation

template<typename OperatorInputType , typename OperatorOutputType >
OperatorInputType hype::queryprocessing::UnaryOperator< OperatorInputType, OperatorOutputType >::getInputData ( ) [inline]
template<typename OperatorInputType , typename OperatorOutputType >
virtual double hype::queryprocessing::UnaryOperator< OperatorInputType, OperatorOutputType >::getRecursiveExecutionTimeInNanoseconds ( ) [inline, virtual]

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