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

Method process

src/jrd/Collation.cpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 }
390
391 bool process(const UCHAR* str, SLONG length)
392 {
393 StrConverter cvt(pool, textType, str, length);
394 fb_assert(length % sizeof(CharType) == 0);
395 return evaluator.processNextChunk(
396 reinterpret_cast<const CharType*>(str), length / sizeof(CharType));
397 }
398
399 static LikeMatcher* create(MemoryPool& pool, TextType* ttype, const UCHAR* str,
400 SLONG length, const UCHAR* escape, SLONG escape_length,

Callers 2

evaluateMethod · 0.45
evaluateMethod · 0.45

Calls 1

processNextChunkMethod · 0.45

Tested by

no test coverage detected