MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / AndPredicate

Method AndPredicate

src/QLPredicate.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 std::vector<Reference<IPredicate>> terms;
160
161 explicit AndPredicate(std::vector<Reference<IPredicate>> const& terms) : terms(terms) {}
162 AndPredicate(Reference<IPredicate> const& term1, Reference<IPredicate> const& term2) : terms({term1, term2}) {}
163
164 Future<bool> evaluate(Reference<IReadContext> const& context) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected