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

Method getNumQueryNodes

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

Source from the content-addressed store, hash-verified

84 std::vector<std::shared_ptr<NodeOrRelExpression>> getAllPatterns() const;
85
86 common::idx_t getNumQueryNodes() const { return queryNodes.size(); }
87 bool containsQueryNode(const std::string& queryNodeName) const {
88 return queryNodeNameToPosMap.contains(queryNodeName);
89 }

Callers 9

initMethod · 0.80
SubgraphPlansMethod · 0.80
planBaseTableScansMethod · 0.80
initMethod · 0.80
pruneLabelMethod · 0.80
bindInsertInfosMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected