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

@ -35,7 +35,7 @@ class ObTableStmt;
class ObTablegroupStmt;
class ObPartitionExecutorUtils {
public:
public:
const static int OB_DEFAULT_ARRAY_SIZE = 16;
static int calc_values_exprs(ObExecContext& ctx, ObCreateTableStmt& stmt);
static int calc_values_exprs(ObExecContext& ctx, ObCreateIndexStmt& stmt);
@ -101,7 +101,7 @@ class ObPartitionExecutorUtils {
static int row_expr_to_array(ObRawExpr* row_expr, ObIArray<ObRawExpr*>& list_values_expr_array);
private:
private:
static int calc_values_exprs(ObExecContext& ctx, const stmt::StmtType stmt_type,
share::schema::ObTableSchema& table_schema, ObPartitionedStmt& stmt, bool is_subpart);