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

@ -23,7 +23,7 @@ namespace sql {
* during output expr allocation.
*/
class ObRawExprAddToContext : public ObRawExprVisitor {
public:
public:
ObRawExprAddToContext(common::ObIArray<ExprProducer>* ctx, uint64_t id)
: ctx_(ctx), consumer_id_(id), keep_working_(true)
{}
@ -48,13 +48,13 @@ class ObRawExprAddToContext : public ObRawExprVisitor {
virtual int visit(ObWinFunRawExpr& expr);
virtual int visit(ObPseudoColumnRawExpr& expr);
private:
private:
int add_expr(ObRawExpr& expr);
// types and constants
private:
private:
// function members
private:
private:
common::ObIArray<ExprProducer>* ctx_;
uint64_t consumer_id_;
bool keep_working_;