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

Method evaluate

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

Source from the content-addressed store, hash-verified

130 TypeCode getTypeCode() const override { return TypeCode::ALL; }
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected