Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ RegExPredicate
Method
RegExPredicate
src/QLPredicate.actor.cpp:434–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
RegExPredicate::RegExPredicate(const std::string& _pattern, const std::string& _options) {
435
re.reset(new pcrecpp::RE(_pattern));
436
setOptions(_options);
437
}
438
439
void RegExPredicate::calculateRange() {
440
max_limit =
""
;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected