reformat source code

according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
gm
2021-06-16 15:48:42 +08:00
committed by MizuhaHimuraki
parent 8c4a2f26a6
commit 4a92b6d7df
3314 changed files with 23131 additions and 23401 deletions

View File

@ -21,7 +21,7 @@ namespace sql {
class ObExprRegexp : public ObFuncExprOperator {
OB_UNIS_VERSION_V(1);
public:
public:
explicit ObExprRegexp(common::ObIAllocator& alloc);
virtual ~ObExprRegexp();
@ -64,15 +64,15 @@ class ObExprRegexp : public ObFuncExprOperator {
static int eval_regexp(const ObExpr& expr, ObEvalCtx& ctx, ObDatum& expr_datum);
private:
private:
inline int need_fast_calc(common::ObExprCtx& expr_ctx, bool& result) const;
private:
private:
int16_t regexp_idx_; // idx of posix_regexp_list_ in plan ctx, for regexp operator
bool pattern_is_const_;
bool value_is_const_;
private:
private:
// disallow copy
ObExprRegexp(const ObExprRegexp& other);
ObExprRegexp& operator=(const ObExprRegexp& ohter);