Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com> Co-authored-by: yangqise7en <877793735@qq.com> Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
		@ -56,7 +56,7 @@ void ObNopPos::destroy()
 | 
			
		||||
  allocator_ = NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int ObNopPos::get_nop_pos(const int64_t idx, int64_t &pos)
 | 
			
		||||
int ObNopPos::get_nop_pos(const int64_t idx, int64_t &pos) const
 | 
			
		||||
{
 | 
			
		||||
  int ret = OB_SUCCESS;
 | 
			
		||||
  if (idx < 0 || idx >= count_) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user