MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getTop

Function getTop

src/function/gds/output_writer.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

dfsFastMethod · 0.85
dfsSlowMethod · 0.85
isNextViableMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected