Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::query_processing::logical_operator::Logical_PositionList_Operator Class Reference

#include <positionlist_operator.hpp>

Inheritance diagram for CoGaDB::query_processing::logical_operator::Logical_PositionList_Operator:
Collaboration diagram for CoGaDB::query_processing::logical_operator::Logical_PositionList_Operator:

List of all members.

Public Member Functions

 Logical_PositionList_Operator (PositionListOperation op, MaterializationStatus mat_stat=MATERIALIZE, hype::DeviceConstraint dev_constr=hype::DeviceConstraint(hype::CPU_ONLY))
virtual unsigned int getOutputResultSize () const
virtual double getCalculatedSelectivity () const
virtual std::string getOperationName () const
virtual PositionListOperation getPositionListOperation () const
const MaterializationStatusgetMaterializationStatus () const
std::string toString (bool verbose) const

Private Attributes

PositionListOperation op_
MaterializationStatus mat_stat_

Constructor & Destructor Documentation


Member Function Documentation

std::string CoGaDB::query_processing::logical_operator::Logical_PositionList_Operator::toString ( bool  verbose) const [inline, virtual]

Reimplemented from hype::queryprocessing::Node.

References CoGaDB::util::getName(), and op_.

Here is the call 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