| 63 | } |
| 64 | |
| 65 | static ParentList* getTop(const std::vector<ParentList*>& path) { |
| 66 | return path[path.size() - 1]; |
| 67 | } |
| 68 | |
| 69 | void PathsOutputWriter::write(FactorizedTable& fTable, table_id_t tableID, LimitCounter* counter) { |
| 70 | auto& sparseGraph = bfsGraph.cast<SparseBFSGraph>(); |
no test coverage detected