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

#include <complex_selection_operator.hpp>

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

List of all members.

Public Member Functions

 Logical_ComplexSelection (const KNF_Selection_Expression &knf_expr, MaterializationStatus mat_stat=MATERIALIZE, hype::DeviceConstraint dev_constr=CoGaDB::RuntimeConfiguration::instance().getGlobalDeviceConstraint())
virtual unsigned int getOutputResultSize () const
virtual double getCalculatedSelectivity () const
virtual std::string getOperationName () const
std::string toString (bool verbose) const
const KNF_Selection_ExpressiongetKNF_Selection_Expression ()
const MaterializationStatusgetMaterializationStatus () const
bool couldNotBePushedDownFurther ()
void couldNotBePushedDownFurther (bool val)

Private Attributes

KNF_Selection_Expression knf_expr_
MaterializationStatus mat_stat_
bool could_not_be_pushed_down_further_

Constructor & Destructor Documentation


Member Function Documentation


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