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

Method EqPredicate

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

Source from the content-addressed store, hash-verified

227 DataValue value;
228
229 explicit EqPredicate(DataValue const& value) : value(value) {}
230
231 Future<bool> evaluate(Reference<IReadContext> const& context) override;
232 // EqPredicate can't be simplified, so no simplify()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected