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

Method get_range

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

Is this correct?

Source from the content-addressed store, hash-verified

299
300 // Is this correct?
301 void get_range(Optional<DataValue>& min, Optional<DataValue>& max) override {
302 DataValue arrayHeader = DataValue::arrayOfLength(size);
303 min = arrayHeader;
304 max = arrayHeader;
305 }
306
307 uint32_t size;
308

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected