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

Method evaluate

src/jrd/Collation.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 static bool evaluate(thread_db* tdbb, MemoryPool& pool, TextType* textType, const UCHAR* str, SLONG strLen,
278 const UCHAR* patternStr, SLONG patternLen, const UCHAR* escapeStr, SLONG escapeLen)
279 {
280 Re2SubstringSimilarMatcher matcher(tdbb, pool, textType, patternStr, patternLen, escapeStr, escapeLen);
281 matcher.process(str, strLen);
282 return matcher.result();
283 }
284
285public:
286 virtual void reset()

Callers

nothing calls this directly

Calls 2

processMethod · 0.45
resultMethod · 0.45

Tested by

no test coverage detected