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

Method getQueryNodeIdx

src/include/binder/query/query_graph.h:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 return queryNodes[nodePos];
105 }
106 common::idx_t getQueryNodeIdx(const NodeExpression& node) const {
107 return getQueryNodeIdx(node.getUniqueName());
108 }
109 common::idx_t getQueryNodeIdx(const std::string& queryNodeName) const {
110 return queryNodeNameToPosMap.at(queryNodeName);
111 }

Callers 8

tryPlanPackedINLJoinMethod · 0.80
constructNodeScanMethod · 0.80
containAllVariablesMethod · 0.80
getNodeNbrPositionsMethod · 0.80
getRelNbrPositionsMethod · 0.80
getNbrNodeIndicesMethod · 0.80

Calls 1

getUniqueNameMethod · 0.45

Tested by

no test coverage detected