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

@ -39,7 +39,7 @@ class ObTableModify;
#define ENG_OP typename ObEngineOpTraits<NEW_ENG>
class ObTaskSpliter {
public:
public:
enum TaskSplitType {
INVALID_SPLIT = 0,
LOCAL_IDENTITY_SPLIT = 1, // root(local) transmit task splitter
@ -52,7 +52,7 @@ class ObTaskSpliter {
DETERMINATE_TASK_SPLIT = 8 // tasks are splited already
};
public:
public:
ObTaskSpliter();
virtual ~ObTaskSpliter();
int init(ObPhysicalPlanCtx* plan_ctx, ObExecContext* exec_ctx, ObJob& job, common::ObIAllocator& allocator);
@ -76,7 +76,7 @@ class ObTaskSpliter {
return NULL != job_;
}
protected:
protected:
int create_task_info(ObTaskInfo*& task);
template <bool NEW_ENG>
@ -89,7 +89,7 @@ class ObTaskSpliter {
static int find_all_table_location_keys_inner(
common::ObIArray<TableLocationKey>& table_location_keys, const ENG_OP::Root& op);
protected:
protected:
common::ObAddr server_;
ObPhysicalPlanCtx* plan_ctx_;
ObExecContext* exec_ctx_;