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

Method get_range

src/QLPredicate.actor.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void RangePredicate::get_range(Optional<DataValue>& min, Optional<DataValue>& max) {
367 min = min_value;
368 max = max_value;
369}
370
371// Commented out, because this breaks semantics of comparing vs. null elements. Maybe SOMEDAY we can restore something
372// like it?

Callers 1

push_downMethod · 0.45

Calls 2

DataValueClass · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected