fix compressor mem problem

This commit is contained in:
obdev
2022-10-28 09:35:18 +00:00
committed by wangzelin.wzl
parent 072bf59563
commit 41ec1ad50f
8 changed files with 46 additions and 1 deletions

View File

@ -40,6 +40,7 @@ public:
int64_t &dst_data_size) = 0;
virtual int get_max_overflow_size(const int64_t src_data_size,
int64_t &max_overflow_size) const = 0;
virtual void reset_mem() {}
virtual const char *get_compressor_name() const = 0;
virtual ObCompressorType get_compressor_type() const = 0;