[CP] [Bugfix] fix obkv lob core & aggregation in sync query core & session pool error

This commit is contained in:
WeiXinChan
2023-10-17 12:39:57 +00:00
committed by ob-robot
parent 3c120e0a75
commit b3dcbb8af9
8 changed files with 46 additions and 15 deletions

View File

@ -847,6 +847,8 @@ public:
virtual int get_next_entity(const ObITableEntity *&entity) override;
int add_property_name(const ObString &name);
int assign_property_names(const common::ObIArray<common::ObString> &other);
// for aggregation
int deep_copy_property_names(const common::ObIArray<common::ObString> &other);
void reset_property_names() { properties_names_.reset(); }
int add_row(const common::ObNewRow &row);
int add_row(const common::ObIArray<ObObj> &row);