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

Method getRelTableID

src/function/gds/gds_task.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35oid_t FrontierTaskInfo::getRelTableID() const {
36 return relGroupEntry->constCast<catalog::RelGroupCatalogEntry>()
37 .getRelEntryInfo(srcTableID, dstTableID)
38 ->oid;
39}
40
41void FrontierTask::run() {
42 FrontierMorsel morsel;

Callers 2

runMethod · 0.80
runSparseMethod · 0.80

Calls 1

getRelEntryInfoMethod · 0.80

Tested by

no test coverage detected