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

Method OrPredicate

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

Source from the content-addressed store, hash-verified

178 std::vector<Reference<IPredicate>> terms;
179
180 explicit OrPredicate(std::vector<Reference<IPredicate>> const& terms) : terms(terms) {}
181
182 Future<bool> evaluate(Reference<IReadContext> const& context) override;
183 Reference<IPredicate> simplify() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected