Go to the source code of this file.
|
class | ExecutionResult |
|
class | RaExecutionDesc |
|
class | RaExecutionSequence |
| A container for relational algebra descriptors defining the execution order for a relational algebra query. Holds the relational algebra descriptors for executing a relational algebra query. Each descriptor holds both a top-level relational algebra node and a ResultSet ptr holding the results from the execution of the accompany node(s). The sequence can be generated on initialization or lazily with calls to the next() operator. More...
|
|
|
using | DAG = boost::adjacency_list< boost::setS, boost::vecS, boost::bidirectionalS, const RelAlgNode * > |
|
using | Vertex = DAG::vertex_descriptor |
|
using DAG = boost:: adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, const RelAlgNode*> |
using Vertex = DAG::vertex_descriptor |