Fix RCTE bugs

This commit is contained in:
xianyu-w
2023-08-11 03:48:48 +00:00
committed by ob-robot
parent 4a847be5a7
commit 02a2a424fa
22 changed files with 493 additions and 350 deletions

View File

@ -508,6 +508,10 @@ public:
bool is_type_to_str,
ObObjType dst_type = ObMaxType);
static int wrap_enum_set_for_stmt(ObRawExprFactory &expr_factory,
ObSelectStmt *stmt,
ObSQLSessionInfo *session_info);
static int get_exec_param_expr(ObRawExprFactory &expr_factory,
ObQueryRefRawExpr *query_ref,
ObRawExpr *correlated_expr,