print sampled block count under ENABLE_DEBUG_LOG compile mode

This commit is contained in:
saltonz
2023-11-30 11:42:26 +00:00
committed by ob-robot
parent acde64f198
commit ee3e45fb17
2 changed files with 10 additions and 0 deletions

View File

@ -166,6 +166,7 @@ private:
const ObITableReadInfo *read_info_;
ObMultipleScanMerge *scan_merge_;
int64_t block_num_;
int64_t sample_block_cnt_;
common::ObArenaAllocator range_allocator_;
ObBlockSampleRangeIterator range_iterator_;
blocksstable::ObDatumRange micro_range_;