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

Method initScan

src/graph/on_disk_graph.cpp:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

startScanMethod · 0.80

Calls 1

initScanStateMethod · 0.45

Tested by

no test coverage detected