OmniSciDB
a47db9e897
|
Functions | |
std::vector< Vertex > | merge_sort_with_input (const std::vector< Vertex > &vertices, const DAG &graph) |
DAG | build_dag (const RelAlgNode *sink) |
std::unordered_set< Vertex > | get_join_vertices (const std::vector< Vertex > &vertices, const DAG &graph) |
DAG anonymous_namespace{RelAlgExecutionDescriptor.cpp}::build_dag | ( | const RelAlgNode * | sink | ) |
Definition at line 120 of file RelAlgExecutionDescriptor.cpp.
References CHECK().
Referenced by RaExecutionSequence::RaExecutionSequence().
std::unordered_set<Vertex> anonymous_namespace{RelAlgExecutionDescriptor.cpp}::get_join_vertices | ( | const std::vector< Vertex > & | vertices, |
const DAG & | graph | ||
) |
Definition at line 157 of file RelAlgExecutionDescriptor.cpp.
References CHECK().
Referenced by RaExecutionSequence::RaExecutionSequence().
std::vector<Vertex> anonymous_namespace{RelAlgExecutionDescriptor.cpp}::merge_sort_with_input | ( | const std::vector< Vertex > & | vertices, |
const DAG & | graph | ||
) |
Definition at line 90 of file RelAlgExecutionDescriptor.cpp.
References CHECK().
Referenced by RaExecutionSequence::RaExecutionSequence().