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

Method get_range

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

Source from the content-addressed store, hash-verified

237 bool range_is_tight() override { return true; }
238
239 void get_range(Optional<DataValue>& min, Optional<DataValue>& max) override {
240 min = value;
241 max = value;
242 }
243 // Not(Eq) could be translated to Or(Range,Range), but it's not
244 // obvious that this is always a win without knowing about
245 // available indexes, so no simplify_not() here.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected