OmniSciDB
bf83d84833
|
#include "QueryEngine/Descriptors/RelAlgExecutionDescriptor.h"
#include <boost/graph/topological_sort.hpp>
#include "QueryEngine/GroupByAndAggregate.h"
#include "QueryEngine/RelAlgDagBuilder.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{RelAlgExecutionDescriptor.cpp} | |
Functions | |
std::vector< Vertex > | anonymous_namespace{RelAlgExecutionDescriptor.cpp}::merge_sort_with_input (const std::vector< Vertex > &vertices, const DAG &graph) |
DAG | anonymous_namespace{RelAlgExecutionDescriptor.cpp}::build_dag (const RelAlgNode *sink) |
std::unordered_set< Vertex > | anonymous_namespace{RelAlgExecutionDescriptor.cpp}::get_join_vertices (const std::vector< Vertex > &vertices, const DAG &graph) |