Add scan option in das scan op
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user