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

Method simplify_and

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

Source from the content-addressed store, hash-verified

67}
68
69void AllPredicate::simplify_and(SimplifyAndContext& combinable) {}
70
71Reference<IPredicate> NonePredicate::simplify_not() {
72 return ref(new AllPredicate);

Callers

nothing calls this directly

Calls 4

refFunction · 0.85
intersect_withMethod · 0.80
clearMethod · 0.45
simplifyMethod · 0.45

Tested by

no test coverage detected