Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void AllPredicate::simplify_and(SimplifyAndContext& combinable) {}
70
71
Reference<IPredicate> NonePredicate::simplify_not() {
72
return ref(new AllPredicate);
Callers
nothing calls this directly
Calls
4
ref
Function · 0.85
intersect_with
Method · 0.80
clear
Method · 0.45
simplify
Method · 0.45
Tested by
no test coverage detected