[bp2] batch patch code from 31x to opensource

This commit is contained in:
raywill
2021-07-29 16:30:15 +08:00
committed by wangzelin.wzl
parent 1f8ee09135
commit 79131c0cda
40 changed files with 549 additions and 300 deletions

View File

@ -352,6 +352,7 @@ int ObExprValues::serialize(char* buf, int64_t buf_len, int64_t& pos, ObPhyOpSer
int64_t range_param_count = 0;
int64_t col_num = get_column_count();
const ObIArray<int64_t>* row_id_list = static_cast<const ObIArray<int64_t>*>(seri_ctx.row_id_list_);
if (OB_SUCC(ret)) {
if (use_range_param) {
value_count = 0;