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

Method beginOnTable

src/function/gds/bfs_graph.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 explicit BFSGraphInitVertexCompute(DenseBFSGraph& bfsGraph) : bfsGraph{bfsGraph} {}
26
27 bool beginOnTable(table_id_t tableID) override {
28 bfsGraph.pinTableID(tableID);
29 return true;
30 }
31
32 void vertexCompute(offset_t startOffset, offset_t endOffset, table_id_t) override {
33 for (auto i = startOffset; i < endOffset; ++i) {

Callers 1

runVertexComputeMethod · 0.45

Calls 1

pinTableIDMethod · 0.45

Tested by

no test coverage detected