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

Method write

src/function/gds/asp_destinations.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 void write(FactorizedTable& fTable, table_id_t tableID, LimitCounter* counter) override {
204 auto& sparseFrontier = frontier->cast<SparseFrontier>();
205 for (auto [offset, _] : sparseFrontier.getCurrentData()) {
206 write(fTable, {offset, tableID}, counter);
207 }
208 }
209
210 void write(FactorizedTable& fTable, nodeID_t dstNodeID, LimitCounter* counter) override {
211 if (!inOutputNodeMask(dstNodeID.offset)) { // Skip dst if it not is in scope.

Callers

nothing calls this directly

Calls 5

getIterationMethod · 0.80
writeFunction · 0.50
getMultiplicityMethod · 0.45
appendMethod · 0.45
increaseMethod · 0.45

Tested by

no test coverage detected