[FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
This commit is contained in:
5
deps/oblib/unittest/lib/hash/hash_benz.cpp
vendored
5
deps/oblib/unittest/lib/hash/hash_benz.cpp
vendored
@ -94,9 +94,10 @@ private:
|
||||
class hashfunc_t
|
||||
{
|
||||
public:
|
||||
uint64_t operator () (uint64_t key)
|
||||
int operator () (uint64_t key, uint64_t &hash_val)
|
||||
{
|
||||
return key;
|
||||
hash_val = key;
|
||||
return OB_SUCCESS;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user