fix shared expr and simplify nvl bugs

This commit is contained in:
yinyj17
2023-02-09 15:45:00 +00:00
committed by ob-robot
parent 2053594cd8
commit 6bb75960fe
3 changed files with 34 additions and 0 deletions

View File

@ -162,6 +162,7 @@ int ObSharedExprResolver::get_shared_instance(ObRawExpr *expr,
expr->is_query_ref_expr() ||
expr->is_exec_param_expr() ||
expr->is_pseudo_column_expr() ||
expr->get_expr_type() == T_OP_ROW ||
expr->get_expr_type() == T_QUESTIONMARK) {
shared_expr = expr;
} else {