reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
		| @ -21,7 +21,7 @@ namespace sql { | ||||
| class ObSelectLogPlan; | ||||
| class ObPartIdRowMapManager; | ||||
| class ObLogDupKeyChecker { | ||||
|   public: | ||||
| public: | ||||
|   ObLogDupKeyChecker() | ||||
|       : unique_index_cnt_(0), | ||||
|         gui_lookup_root_(NULL), | ||||
| @ -100,7 +100,7 @@ class ObLogDupKeyChecker { | ||||
|   TO_STRING_KV( | ||||
|       K_(unique_index_cnt), KPC_(gui_lookup_root), KPC_(table_scan_root), K_(gui_scan_roots), KPC_(constraint_infos)); | ||||
|  | ||||
|   private: | ||||
| private: | ||||
|   int64_t unique_index_cnt_; | ||||
|   ObLogicalOperator* gui_lookup_root_; | ||||
|   ObRawExpr* gui_lookup_calc_part_expr_; | ||||
| @ -112,7 +112,7 @@ class ObLogDupKeyChecker { | ||||
| }; | ||||
|  | ||||
| class ObLogInsert : public ObLogDelUpd { | ||||
|   public: | ||||
| public: | ||||
|   ObLogInsert(ObLogPlan& plan) | ||||
|       : ObLogDelUpd(plan), | ||||
|         is_replace_(false), | ||||
| @ -255,11 +255,11 @@ class ObLogInsert : public ObLogDelUpd { | ||||
|     return value_exprs_; | ||||
|   } | ||||
|  | ||||
|   private: | ||||
| private: | ||||
|   void calc_phy_location_type(); | ||||
|   int set_hash_dist_column_exprs(ObExchangeInfo& exch_info, uint64_t index_tid) const; | ||||
|  | ||||
|   protected: | ||||
| protected: | ||||
|   int add_exprs_without_column_conv( | ||||
|       const common::ObIArray<ObRawExpr*>& src_exprs, common::ObIArray<ObRawExpr*>& dst_exprs); | ||||
|   virtual int print_my_plan_annotation(char* buf, int64_t& buf_len, int64_t& pos, ExplainType type); | ||||
| @ -268,7 +268,7 @@ class ObLogInsert : public ObLogDelUpd { | ||||
|   bool is_table_insert_sequence_part_key() const; | ||||
|   virtual int check_output_dep_specific(ObRawExprCheckDep& checker); | ||||
|  | ||||
|   protected: | ||||
| protected: | ||||
|   bool is_replace_; | ||||
|   /** | ||||
|    * @note These fields are added for the compatiblity of MySQL syntax and are not | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 gm
					gm