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

#include <sql_parsetree.hpp>

List of all members.

Public Member Functions

 TableExpression (TableReferenceList &from, SearchConditionPtr where, ColumnListPtr _group_by, OrderByPtr _order_by)

Public Attributes

TypedNodePtr table
ColumnListPtr group_by
OrderByPtr order_by

Constructor & Destructor 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