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

Method evaluate

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

Source from the content-addressed store, hash-verified

144 TypeCode getTypeCode() const override { return TypeCode::NONE; }
145
146 Future<bool> evaluate(Reference<IReadContext> const& context) override { return false; }
147 std::string toString() override { return "NONE()"; }
148
149 Reference<IPredicate> simplify_not() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected