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

@ -127,12 +127,12 @@ struct PxInfo {
};
class ObPxResourceAnalyzer {
public:
public:
ObPxResourceAnalyzer();
~ObPxResourceAnalyzer() = default;
int analyze(ObLogicalOperator& root_op, int64_t& max_parallel_thread_group_count);
private:
private:
int convert_log_plan_to_nested_px_tree(common::ObIArray<PxInfo>& px_trees, ObLogicalOperator& root_op);
int create_dfo_tree(ObIArray<PxInfo>& px_trees, ObLogExchange& root_op);
int do_split(common::ObIArray<PxInfo>& px_trees, PxInfo& px_info, ObLogicalOperator& root_op, DfoInfo* parent_dfo);
@ -140,7 +140,7 @@ class ObPxResourceAnalyzer {
int walk_through_dfo_tree(PxInfo& px_root, int64_t& max_parallel_thread_group_count);
int create_dfo(DfoInfo*& dfo, int64_t dop);
private:
private:
/* variables */
common::ObArenaAllocator dfo_allocator_;
DISALLOW_COPY_AND_ASSIGN(ObPxResourceAnalyzer);