Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::SQL::ParseTree::AlgebraExpression Struct Reference

#include <sql_parsetree.hpp>

Inheritance diagram for CoGaDB::SQL::ParseTree::AlgebraExpression:
Collaboration diagram for CoGaDB::SQL::ParseTree::AlgebraExpression:

List of all members.

Public Member Functions

 AlgebraExpression (ScalarExpressionPtr _lvalue, ColumnAlgebraOperation _op, ScalarExpressionPtr _rvalue)
void setColumnName (const String &name)
String getQueryPlan (TypedNodePtr &io_node)

Public Attributes

ScalarExpressionPtr lvalue
ColumnAlgebraOperation op
ScalarExpressionPtr rvalue
String explicit_result_colname

Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation


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