[FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com> Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: raywill <hustos@gmail.com>
This commit is contained in:
@ -36,14 +36,6 @@ public:
|
||||
virtual bool need_rt_ctx() const override { return true; }
|
||||
|
||||
static int eval_regexp_replace(const ObExpr &expr, ObEvalCtx &ctx, ObDatum &expr_datum);
|
||||
private:
|
||||
static int calc(common::ObString &ret_str, const common::ObString &text,
|
||||
const common::ObString &pattern, const common::ObString &replacement_string,
|
||||
int64_t position, int64_t occurrence, const common::ObCollationType cs_type,
|
||||
const common::ObString &match_param,
|
||||
int null_argument_idx, bool reusable,
|
||||
ObExprRegexContext *regexp_ptr, common::ObExprStringBuf &string_buf,
|
||||
common::ObIAllocator &exec_ctx_alloc);
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ObExprRegexpReplace);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user