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

Class BoundGraphPattern

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

Source from the content-addressed store, hash-verified

167};
168
169struct BoundGraphPattern {
170 QueryGraphCollection queryGraphCollection;
171 std::shared_ptr<Expression> where;
172
173 BoundGraphPattern() = default;
174 DELETE_COPY_DEFAULT_MOVE(BoundGraphPattern);
175};
176
177} // namespace binder
178} // namespace lbug

Callers 1

bindGraphPatternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected