[FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com> Co-authored-by: saltonz <saltonzh@gmail.com> Co-authored-by: yongshige <598633031@qq.com>
This commit is contained in:
@ -232,6 +232,7 @@ public:
|
||||
virtual OB_INLINE int64_t get_timestamp() const { return 0; }
|
||||
virtual bool is_ddl_sstable() const { return is_ddl_sstable(key_.table_type_); }
|
||||
virtual bool is_remote_logical_minor_sstable() const { return is_remote_logical_minor_sstable(key_.table_type_); }
|
||||
virtual bool is_empty() const = 0;
|
||||
DECLARE_VIRTUAL_TO_STRING;
|
||||
|
||||
static bool is_sstable(const TableType table_type)
|
||||
|
||||
Reference in New Issue
Block a user