[FEAT MERGE] ap benchmark opt

Co-authored-by: zhenhan.gong@gmail.com <zhenhan.gong@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
This commit is contained in:
obdev
2024-06-19 06:41:44 +00:00
committed by ob-robot
parent 0fe3ce7c9e
commit 6bf3f38ce4
170 changed files with 4553 additions and 1481 deletions

View File

@ -6435,6 +6435,7 @@ int ObRelationalExprOperator::cg_datum_cmp_expr(const ObRawExpr &raw_expr,
}
CK(NULL != rt_expr.eval_func_);
CK(NULL != rt_expr.eval_batch_func_);
CK(NULL != rt_expr.eval_vector_func_);
}
return ret;
}