print sampled block count under ENABLE_DEBUG_LOG compile mode

This commit is contained in:
saltonz
2024-02-07 07:10:54 +00:00
committed by ob-robot
parent 010ecf801e
commit 2dcad2928e
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_;