Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <sql_parsetree.hpp>
Public Member Functions | |
ColumnExpression (String &_column) | |
String | getQueryPlan (TypedNodePtr &io_node) |
Public Attributes | |
String | column |
CoGaDB::SQL::ParseTree::ColumnExpression::ColumnExpression | ( | String & | _column | ) | [inline] |
String CoGaDB::SQL::ParseTree::ColumnExpression::getQueryPlan | ( | TypedNodePtr & | io_node | ) | [virtual] |
Implements CoGaDB::SQL::ParseTree::ScalarExpression.