MCPcopy 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
434RegExPredicate::RegExPredicate(const std::string& _pattern, const std::string& _options) {
435 re.reset(new pcrecpp::RE(_pattern));
436 setOptions(_options);
437}
438
439void RegExPredicate::calculateRange() {
440 max_limit = "";

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected