[CP] fix inheriting zerofill attribute incorrectly

This commit is contained in:
jinmaoli
2023-12-19 16:48:06 +00:00
committed by ob-robot
parent a10ed331d3
commit faeedc83d1
4 changed files with 8 additions and 6 deletions

View File

@ -390,6 +390,7 @@ public:
static void set_insert_update_scope(common::ObCastMode &cast_mode);
static bool is_insert_update_scope(common::ObCastMode &cast_mode);
static int get_cast_mode_for_replace(const ObRawExpr *expr,
const ObExprResType &dst_type,
const ObSQLSessionInfo *session,
ObCastMode &cast_mode);
static common::ObCollationLevel transform_cs_level(const common::ObCollationLevel cs_level);