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

Method isSingleRel

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

Source from the content-addressed store, hash-verified

41 return queryNodesSelector.count() + queryRelsSelector.count();
42 }
43 bool isSingleRel() const {
44 return queryRelsSelector.count() == 1 && queryNodesSelector.count() == 0;
45 }
46
47 bool containAllVariables(const std::unordered_set<std::string>& variables) const;
48

Callers 2

tryPlanPackedINLJoinMethod · 0.80
tryPlanINLJoinMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected