pass tablet_handle when query

This commit is contained in:
renju96
2024-01-08 12:18:00 +00:00
committed by ob-robot
parent efa5d508ff
commit aeace6c456
11 changed files with 26 additions and 17 deletions

View File

@ -77,6 +77,11 @@ const ObTabletID& ObRelativeTable::get_tablet_id() const
return tablet_id_;
}
const ObTabletHandle* ObRelativeTable::get_tablet_handle() const
{
return tablet_iter_.get_tablet_handle_ptr();
}
int64_t ObRelativeTable::get_schema_version() const
{
return schema_param_->get_schema_version();