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

Method evaluate

src/jrd/Collation.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 static bool evaluate(thread_db* tdbb, MemoryPool& pool, TextType* textType, const UCHAR* str, SLONG strLen,
170 const UCHAR* patternStr, SLONG patternLen, const UCHAR* escapeStr, SLONG escapeLen)
171 {
172 Re2SimilarMatcher matcher(tdbb, pool, textType, patternStr, patternLen, escapeStr, escapeLen);
173 matcher.process(str, strLen);
174 return matcher.result();
175 }
176
177public:
178 virtual void reset()

Callers

nothing calls this directly

Calls 2

processMethod · 0.45
resultMethod · 0.45

Tested by

no test coverage detected