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

Method evaluate

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

Source from the content-addressed store, hash-verified

48}
49
50Future<bool> AnyPredicate::evaluate(const Reference<IReadContext>& cx) {
51 return evaluateAnyPredicate(cx, expr, pred);
52}
53
54Reference<IPredicate> AnyPredicate::simplify() {
55 Reference<IPredicate> s = pred->simplify();

Calls 10

DataValueClass · 0.85
getBSONTypeMethod · 0.80
getStringMethod · 0.80
getPackedArrayMethod · 0.80
beginMethod · 0.80
findMethod · 0.80
endMethod · 0.80
getMethod · 0.45
compareMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected