[FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
This commit is contained in:
@ -103,6 +103,7 @@ public:
|
||||
TableKey();
|
||||
|
||||
uint64_t hash() const;
|
||||
int hash(uint64_t &hash_val) const { hash_val = hash(); return OB_SUCCESS; }
|
||||
void reset();
|
||||
OB_INLINE bool is_valid() const;
|
||||
OB_INLINE bool operator ==(const TableKey &table_key) const;
|
||||
|
||||
Reference in New Issue
Block a user