[FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
This commit is contained in:
@ -92,6 +92,7 @@ public:
|
||||
{
|
||||
return key;
|
||||
}
|
||||
int hash(uint64_t &hash_val) const { hash_val = hash(); return OB_SUCCESS; }
|
||||
bool operator==(const UnitTestKey &other) const
|
||||
{
|
||||
return key == other.key;
|
||||
@ -581,6 +582,7 @@ public:
|
||||
{
|
||||
return key;
|
||||
}
|
||||
int hash(uint64_t &hash_val) const { hash_val = hash(); return OB_SUCCESS; }
|
||||
bool operator==(const PerfTestKey &other) const
|
||||
{
|
||||
return key == other.key;
|
||||
|
||||
Reference in New Issue
Block a user