MCPcopy Create free account
hub / github.com/ByConity/ByConity / hash

Function hash

src/Common/StringUtils/StringUtils.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226{ return _Hash_bytes(__ptr, __clength, __seed); }
227
228size_t hash(const std::string &s)
229{
230 return hashImpl(s.c_str(), s.length());
231}
232
233}
234

Callers 15

setMethod · 0.50
getMethod · 0.50
writeSegmentMethod · 0.50
TESTFunction · 0.50
generateDataFunction · 0.50
getMethod · 0.50
removeMethod · 0.50
getHashMethod · 0.50
getHashMethod · 0.50
insertMethod · 0.50
ALWAYS_INLINE emplaceMethod · 0.50
findMethod · 0.50

Calls 5

hashImplFunction · 0.85
v2_do_string_hashFunction · 0.85
lengthMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by 3

TESTFunction · 0.40
generateDataFunction · 0.40
TESTFunction · 0.40