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

Method prepareVertexScan

src/graph/on_disk_graph.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242std::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
247bool OnDiskGraphNbrScanState::InnerIterator::next(evaluator::ExpressionEvaluator* predicate,
248 SemiMask* nbrNodeMask_, NodeTable* nbrNodeTable_) {

Callers 2

TEST_FFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64