[CP] add new group list for storage

This commit is contained in:
godyangfight
2023-12-18 22:42:51 +00:00
committed by ob-robot
parent 1e07e4f406
commit 21d4366ea5
29 changed files with 236 additions and 161 deletions

View File

@ -107,7 +107,7 @@ public:
// row operation
// Init operator with operation table name.
int init(
const char *tname, const ObIExecTenantIdProvider &exec_tenant_id_provider);
const char *tname, const ObIExecTenantIdProvider &exec_tenant_id_provider, const int32_t group_id = 0);
// Get operation table name.
const char *get_table_name() const;
const ObIExecTenantIdProvider *get_exec_tenant_id_provider() const;
@ -270,6 +270,7 @@ private:
bool is_inited_;
TableName table_name_; // operation table name.
const ObIExecTenantIdProvider *exec_tenant_id_provider_; // provide tenant id to exec sql.
int32_t group_id_; //remote inner sql rpc queue
};
@ -278,4 +279,4 @@ private:
}
}
#endif
#endif