Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ createContainsMatcher
Method
createContainsMatcher
src/jrd/Collation.cpp:1064–1067 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1062
}
1063
1064
virtual PatternMatcher* createContainsMatcher(MemoryPool& pool, const UCHAR* p, SLONG pl)
1065
{
1066
return pContainsMatcher::create(pool, this, p, pl);
1067
}
1068
};
1069
1070
template <typename T>
Callers
1
stringBoolean
Method · 0.80
Calls
1
create
Function · 0.85
Tested by
no test coverage detected