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

Method DistinctPredicate

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

Distinct Predicate

Source from the content-addressed store, hash-verified

519
520// Distinct Predicate
521DistinctPredicate::DistinctPredicate(const std::string& fieldName) : _fieldName(fieldName) {}
522
523Future<bool> DistinctPredicate::evaluate(Reference<IReadContext> const& context) {
524 Future<DataValue> fdv = getMaybeRecursive(context, StringRef());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected