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

Method toString

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

Source from the content-addressed store, hash-verified

131
132 Future<bool> evaluate(Reference<IReadContext> const& context) override { return true; }
133 std::string toString() override { return "ALL()"; }
134
135 Reference<IPredicate> simplify_not() override;
136 void simplify_and(SimplifyAndContext& combinable) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected