Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <sql_parsetree.hpp>
Public Member Functions | |
SelectFrom (ScalarExpressionListPtr columns, TableExpression &table_exp) | |
TablePtr | execute (void) |
Private Attributes | |
TypedNodePtr | node |
CoGaDB::SQL::ParseTree::SelectFrom::SelectFrom | ( | ScalarExpressionListPtr | columns, |
TableExpression & | table_exp | ||
) |
TablePtr CoGaDB::SQL::ParseTree::SelectFrom::execute | ( | void | ) | [virtual] |
Implements CoGaDB::SQL::ParseTree::Statement.
References CoGaDB::optimizer::Logical_Optimizer::instance(), node, and CoGaDB::optimizer::Logical_Optimizer::optimize().
Referenced by execute(), and SelectFrom().