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

Method getNodeTableIDs

src/graph/graph_entry.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::vector<table_id_t> NativeGraphEntry::getNodeTableIDs() const {
25 std::vector<table_id_t> result;
26 for (auto& info : nodeInfos) {
27 result.push_back(info.entry->getTableID());
28 }
29 return result;
30}
31
32std::vector<TableCatalogEntry*> NativeGraphEntry::getRelEntries() const {
33 std::vector<TableCatalogEntry*> result;

Callers 5

getPhysicalPlanMethod · 0.80
executeInternalMethod · 0.80
mapSemiMaskerMethod · 0.80
mapRecursiveExtendMethod · 0.80
getNodeTableIDsFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected