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

Method simplify_not

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

Source from the content-addressed store, hash-verified

59}
60
61Reference<IPredicate> IPredicate::simplify_not() {
62 return ref(new NotPredicate(Reference<IPredicate>::addRef(this)));
63}
64
65Reference<IPredicate> AllPredicate::simplify_not() {
66 return ref(new NonePredicate);

Callers 1

simplifyMethod · 0.80

Calls 4

refFunction · 0.85
OrPredicateClass · 0.85
AndPredicateClass · 0.85
simplifyMethod · 0.45

Tested by

no test coverage detected