![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <sql_parsetree.hpp>
Public Member Functions | |
| TableExpression (TableReferenceList &from, SearchConditionPtr where, ColumnListPtr _group_by, OrderByPtr _order_by) | |
Public Attributes | |
| TypedNodePtr | table |
| ColumnListPtr | group_by |
| OrderByPtr | order_by |
| CoGaDB::SQL::ParseTree::TableExpression::TableExpression | ( | TableReferenceList & | from, |
| SearchConditionPtr | where, | ||
| ColumnListPtr | _group_by, | ||
| OrderByPtr | _order_by | ||
| ) |
References CoGaDB::RuntimeConfiguration::getGlobalDeviceConstraint(), CoGaDB::RuntimeConfiguration::instance(), CoGaDB::LOOKUP, and table.

Referenced by CoGaDB::SQL::ParseTree::SelectFrom::SelectFrom().
Referenced by CoGaDB::SQL::ParseTree::SelectFrom::SelectFrom().
Referenced by CoGaDB::SQL::ParseTree::SelectFrom::SelectFrom(), and TableExpression().