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

Method write

src/function/gds/wsp_destinations.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 void beginWritingInternal(table_id_t tableID) override { costs->pinTableID(tableID); }
246
247 void write(FactorizedTable& fTable, table_id_t tableID, LimitCounter* counter) override {
248 for (auto i = 0u; i < maxOffsetMap.at(tableID); ++i) {
249 write(fTable, {i, tableID}, counter);
250 }
251 }
252
253 void write(FactorizedTable& fTable, nodeID_t dstNodeID, LimitCounter* counter) override {
254 if (!inOutputNodeMask(dstNodeID.offset)) { // Skip dst if it not is in scope.

Callers

nothing calls this directly

Calls 4

writeFunction · 0.50
getCostMethod · 0.45
appendMethod · 0.45
increaseMethod · 0.45

Tested by

no test coverage detected