[CP] opt the ScheObSchemAren

This commit is contained in:
obdev
2024-02-07 21:54:56 +00:00
committed by ob-robot
parent 898aea1508
commit 852a7b924d
6 changed files with 71 additions and 19 deletions

View File

@ -9565,6 +9565,7 @@ public:
const int64_t sys_schema_version,
const common::ObIArray<share::schema::ObTableSchema> &tables);
int assign(const ObBatchBroadcastSchemaArg &other);
int deep_copy_tables(const common::ObIArray<share::schema::ObTableSchema> &tables);
void reset();
bool is_valid() const;
@ -9576,6 +9577,8 @@ private:
uint64_t tenant_id_;
int64_t sys_schema_version_;
common::ObSArray<share::schema::ObTableSchema> tables_;
public:
common::ObArenaAllocator allocator_;
};
struct ObBatchBroadcastSchemaResult