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

Method createSemiMask

src/processor/map/plan_mapper.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263std::unique_ptr<SemiMask> PlanMapper::createSemiMask(table_id_t tableID) const {
264 auto table = StorageManager::Get(*clientContext)->getTable(tableID)->ptrCast<NodeTable>();
265 return SemiMaskUtil::createMask(
266 table->getNumTotalRows(transaction::Transaction::Get(*clientContext)));
267}
268
269} // namespace processor
270} // namespace lbug

Callers 2

getPhysicalPlanMethod · 0.80
createNodeOffsetMaskMapFunction · 0.80

Calls 2

getTableMethod · 0.45
getNumTotalRowsMethod · 0.45

Tested by

no test coverage detected