| 240 | } |
| 241 | |
| 242 | std::unique_ptr<VertexScanState> OnDiskGraph::prepareVertexScan(TableCatalogEntry* tableEntry, |
| 243 | const std::vector<std::string>& propertiesToScan) { |
| 244 | return std::make_unique<OnDiskGraphVertexScanState>(*context, tableEntry, propertiesToScan); |
| 245 | } |
| 246 | |
| 247 | bool OnDiskGraphNbrScanState::InnerIterator::next(evaluator::ExpressionEvaluator* predicate, |
| 248 | SemiMask* nbrNodeMask_, NodeTable* nbrNodeTable_) { |