Add scan option in das scan op

This commit is contained in:
DengzhiLiu
2024-05-25 05:16:07 +00:00
committed by ob-robot
parent c04f0c15de
commit 3b615e859d
4 changed files with 51 additions and 3 deletions

View File

@ -25,6 +25,7 @@ namespace common
OB_SERIALIZE_MEMBER(ObLimitParam, offset_, limit_);
OB_SERIALIZE_MEMBER(SampleInfo, table_id_, method_, scope_, percent_, seed_, force_block_);
OB_SERIALIZE_MEMBER(ObEstRowCountRecord, table_id_, table_type_, version_range_, logical_row_count_, physical_row_count_);
OB_SERIALIZE_MEMBER(ObTableScanOption, io_read_batch_size_, io_read_gap_size_, storage_rowsets_size_);
uint64_t SampleInfo::hash(uint64_t seed) const
{