support json type

This commit is contained in:
xj0
2022-02-08 14:58:13 +08:00
committed by LINxiansheng
parent 4b25bac8d0
commit e5f59ea074
241 changed files with 46116 additions and 749 deletions

View File

@ -75,6 +75,9 @@ private:
// bit
static int abs_enum_set(common::ObObj& res, const common::ObObj& param, common::ObExprCtx& expr_ctx);
//json
static int abs_json(common::ObObj &res, const common::ObObj &param, common::ObExprCtx &expr_ctx);
static common::ObObjType calc_param_type(const common::ObObjType orig_param_type, const bool is_oracle_mode);
private: