Parsing numeric constant as ObDecimalIntType in oracle compatible mode

This commit is contained in:
Zach41
2023-11-28 15:11:49 +00:00
committed by ob-robot
parent 41fb7a667b
commit 743740102d
28 changed files with 659 additions and 66 deletions

View File

@ -1157,6 +1157,7 @@ private :
const ObExprResType &dst_type,
ObSysFunRawExpr *&func_expr,
const ObSQLSessionInfo *session_info);
static int ora_cmp_integer(const ObConstRawExpr &const_expr, const int64_t v, int &cmp_ret);
ObRawExprUtils();
virtual ~ObRawExprUtils();
// disallow copy