OmniSciDB
a5dc49c757
|
Classes | |
struct | MatchBody |
Functions | |
DAG | build_dag (const RelAlgNode *sink, std::unordered_map< const RelAlgNode *, int > &node_ptr_to_vert_idx) |
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, |
std::unordered_map< const RelAlgNode *, int > & | node_ptr_to_vert_idx | ||
) |
Definition at line 135 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 183 of file RelAlgExecutionDescriptor.cpp.
References CHECK.
Referenced by RaExecutionSequence::RaExecutionSequence().