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

Method getQueryRel

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

Source from the content-addressed store, hash-verified

117 }
118 std::vector<std::shared_ptr<RelExpression>> getQueryRels() const { return queryRels; }
119 std::shared_ptr<RelExpression> getQueryRel(const std::string& queryRelName) const {
120 return queryRels.at(queryRelNameToPosMap.at(queryRelName));
121 }
122 std::shared_ptr<RelExpression> getQueryRel(common::idx_t relPos) const {
123 return queryRels[relPos];
124 }

Callers 12

planRelScanMethod · 0.80
tryPlanPackedINLJoinMethod · 0.80
tryPlanINLJoinMethod · 0.80
initMethod · 0.80
getNodeNbrPositionsMethod · 0.80
getRelNbrPositionsMethod · 0.80
getNbrNodeIndicesMethod · 0.80
pruneLabelMethod · 0.80
pruneNodeMethod · 0.80
bindInsertInfosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected