Parsing numeric constant as ObDecimalIntType in oracle compatible mode

This commit is contained in:
obdev
2024-02-07 04:13:49 +00:00
committed by ob-robot
parent da70d2c14f
commit ae90c30120
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