Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <sql_parsetree.hpp>
Public Member Functions | |
FunctionExpression (AggregationFunction _function, ScalarExpressionPtr _param) | |
void | setColumnName (const String &name) |
String | getQueryPlan (TypedNodePtr &io_node) |
Public Attributes | |
AggregationFunction | function |
ScalarExpressionPtr | param |
CoGaDB::SQL::ParseTree::FunctionExpression::FunctionExpression | ( | AggregationFunction | _function, |
ScalarExpressionPtr | _param | ||
) | [inline] |
String CoGaDB::SQL::ParseTree::FunctionExpression::getQueryPlan | ( | TypedNodePtr & | io_node | ) | [virtual] |
Implements CoGaDB::SQL::ParseTree::ScalarExpression.
void CoGaDB::SQL::ParseTree::FunctionExpression::setColumnName | ( | const String & | name | ) | [virtual] |
Reimplemented from CoGaDB::SQL::ParseTree::ScalarExpression.