OmniSciDB
85c2d10cdc
|
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 163 of file RelAlgExecutionDescriptor.cpp.
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 210 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 133 of file RelAlgExecutionDescriptor.cpp.
References CHECK, and gpu_enabled::sort().
Referenced by RaExecutionSequence::RaExecutionSequence().