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

#include <sql_parsetree.hpp>

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

List of all members.

Public Member Functions

 FunctionExpression (AggregationFunction _function, ScalarExpressionPtr _param)
void setColumnName (const String &name)
String getQueryPlan (TypedNodePtr &io_node)

Public Attributes

AggregationFunction function
ScalarExpressionPtr param

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