MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / createSubstringSimilarMatcher

Method createSubstringSimilarMatcher

src/jrd/Collation.cpp:1053–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051 }
1052
1053 virtual BaseSubstringSimilarMatcher* createSubstringSimilarMatcher(thread_db* tdbb, MemoryPool& pool,
1054 const UCHAR* p, SLONG pl, const UCHAR* escape, SLONG escapeLen)
1055 {
1056 return Re2SubstringSimilarMatcher::create(tdbb, pool, this, p, pl, escape, escapeLen);
1057 }
1058
1059 virtual bool contains(MemoryPool& pool, const UCHAR* s, SLONG sl, const UCHAR* p, SLONG pl)
1060 {

Callers 1

executeMethod · 0.80

Calls 1

createFunction · 0.85

Tested by

no test coverage detected