fix print type scale bug

This commit is contained in:
st0
2021-09-13 17:45:22 +08:00
committed by wangzelin.wzl
parent 65e00203c5
commit c19f7ea941
25 changed files with 22507 additions and 22248 deletions

View File

@ -35,7 +35,6 @@ private:
// disallow copy
DISALLOW_COPY_AND_ASSIGN(ObExprDateFormat);
static int set_cur_date(const common::ObTimeZoneInfo* tz_info, common::ObTime& ob_time);
static const int64_t OB_MAX_DATE_FORMAT_BUF_LEN = 1024;
static void check_reset_status(common::ObExprCtx& expr_ctx, int& ret, common::ObObj& result);
};