| 293 | : context{context}, relTable{relTable}, tableScanState{std::move(tableScanState)} {} |
| 294 | |
| 295 | void OnDiskGraphNbrScanState::InnerIterator::initScan() const { |
| 296 | relTable->initScanState(transaction::Transaction::Get(*context), *tableScanState); |
| 297 | } |
| 298 | |
| 299 | void OnDiskGraphNbrScanState::startScan(RelDataDirection direction) { |
| 300 | auto idx = RelDirectionUtils::relDirectionToKeyIdx(direction); |
no test coverage detected