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

Method getBoundTableID

src/function/gds/gds_task.cpp:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace function {
12
13table_id_t FrontierTaskInfo::getBoundTableID() const {
14 switch (direction) {
15 case ExtendDirection::FWD:
16 return srcTableID;
17 case ExtendDirection::BWD:
18 return dstTableID;
19 default:
20 UNREACHABLE_CODE;
21 }
22}
23
24table_id_t FrontierTaskInfo::getNbrTableID() const {
25 switch (direction) {

Callers 3

getFrontierTaskFunction · 0.80
runMethod · 0.80
runSparseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected