Remove cmake warning configuration (August)
This commit is contained in:
committed by
wangzelin.wzl
parent
0d7efce19a
commit
a6a56e21f4
@ -23,9 +23,9 @@ public:
|
||||
explicit ObExprSubstringIndex(common::ObIAllocator& alloc);
|
||||
virtual ~ObExprSubstringIndex();
|
||||
virtual int calc_result_type3(ObExprResType& type, ObExprResType& str, ObExprResType& delim, ObExprResType& count,
|
||||
common::ObExprTypeCtx& type_ctx) const;
|
||||
common::ObExprTypeCtx& type_ctx) const override;
|
||||
virtual int calc_result3(common::ObObj& result, const common::ObObj& str, const common::ObObj& delim,
|
||||
const common::ObObj& count, common::ObExprCtx& expr_ctx) const;
|
||||
const common::ObObj& count, common::ObExprCtx& expr_ctx) const override;
|
||||
|
||||
virtual int cg_expr(ObExprCGCtx& op_cg_ctx, const ObRawExpr& raw_expr, ObExpr& rt_expr) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user