[BUGFIX]fix lob bugs

This commit is contained in:
obdev
2023-02-14 07:44:32 +00:00
committed by ob-robot
parent fdee1d295a
commit a9d79d2aeb
5 changed files with 59 additions and 25 deletions

View File

@ -178,7 +178,9 @@ public:
static int convert_outrow_lob_to_inrow_templob(const ObObj &in_obj,
ObObj &out_obj,
const sql::ObBasicSessionInfo *session,
ObIAllocator *allocator);
ObIAllocator *allocator,
bool allow_persist_inrow = false,
bool need_deep_copy = false);
private:
int get_outrow_lob_full_data();