fix bug case when expr can't do batch_execute optimization

This commit is contained in:
yishenglanlingzui
2023-01-28 20:37:21 +08:00
committed by ob-robot
parent 0f14606391
commit 4bb1033505
3 changed files with 33 additions and 0 deletions

View File

@ -1053,6 +1053,7 @@ public:
const ObSQLSessionInfo &session_info,
const share::schema::ObTableSchema &index_schema,
ObColumnRefRawExpr *&spk_expr);
static int check_contain_case_when_exprs(const ObRawExpr *raw_expr, bool &contain);
private :