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

Method toString

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

Source from the content-addressed store, hash-verified

346 explicit DistinctPredicate(const std::string& fieldName);
347 TypeCode getTypeCode() const override { return TypeCode::DISTINCT; }
348 std::string toString() override { return format("(DISTINCT BY : %s)", _fieldName.c_str()); }
349 Future<bool> evaluate(Reference<IReadContext> const& context) override;
350 bool wantsNulls() override { return false; }
351

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected