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

Method getNumQueryRels

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

Source from the content-addressed store, hash-verified

112 void addQueryNode(std::shared_ptr<NodeExpression> queryNode);
113
114 common::idx_t getNumQueryRels() const { return queryRels.size(); }
115 bool containsQueryRel(const std::string& queryRelName) const {
116 return queryRelNameToPosMap.contains(queryRelName);
117 }

Callers 13

initMethod · 0.45
planBaseTableScansMethod · 0.45
tryPlanPackedINLJoinMethod · 0.45
tryPlanINLJoinMethod · 0.45
initMethod · 0.45
getNodeNbrPositionsMethod · 0.45
getRelNbrPositionsMethod · 0.45
getNbrNodeIndicesMethod · 0.45
pruneLabelMethod · 0.45
pruneNodeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected