![]() |
mutable
A Database System for Research and Fast Prototyping
|
Collects info of a subquery, i.e. More...
#include <QueryGraph.hpp>
Public Member Functions | |
SubqueryInfo (const ast::QueryExpr &expr, std::unique_ptr< GraphBuilder > builder, ThreadSafePooledString alias) | |
Data Fields | |
const ast::QueryExpr & | expr |
std::unique_ptr< GraphBuilder > | builder |
ThreadSafePooledString | alias |
Collects info of a subquery, i.e.
the GraphBuilder
holding the constructed subquery and all its associated information, as well as the alias assigned to the subquery.
Definition at line 17 of file QueryGraph.hpp.
|
inline |
Definition at line 23 of file QueryGraph.hpp.
ThreadSafePooledString m::SubqueryInfo::alias |
Definition at line 21 of file QueryGraph.hpp.
std::unique_ptr<GraphBuilder> m::SubqueryInfo::builder |
Definition at line 20 of file QueryGraph.hpp.
const ast::QueryExpr& m::SubqueryInfo::expr |
Definition at line 19 of file QueryGraph.hpp.