| 261 | } |
| 262 | |
| 263 | std::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 |
no test coverage detected