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

Method get_range

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

Source from the content-addressed store, hash-verified

213 std::string toString() override;
214
215 void get_range(Optional<DataValue>& min, Optional<DataValue>& max) override {
216 min = DataValue::subObject();
217 max = DataValue::arrayOfLength(std::numeric_limits<uint32_t>::max());
218 }
219};
220
221struct EqPredicate : IPredicate, ReferenceCounted<EqPredicate>, FastAllocated<EqPredicate> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected