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

Method RangePredicate

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

Source from the content-addressed store, hash-verified

274 bool max_closed;
275
276 RangePredicate(DataValue const& min_value, bool min_closed, DataValue const& max_value, bool max_closed)
277 : min_value(min_value), min_closed(min_closed), max_value(max_value), max_closed(max_closed) {}
278
279 Future<bool> evaluate(Reference<IReadContext> const& context) override;
280 Reference<IPredicate> simplify() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected