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

@ -34,7 +34,7 @@ struct MergeKeyInfo;
class ObSelectLogPlan : public ObLogPlan {
friend class ::test::ObLogPlanTest_ob_explain_test_Test;
public:
public:
ObSelectLogPlan(ObOptimizerContext& ctx, const ObSelectStmt* select_stmt);
virtual ~ObSelectLogPlan();
@ -66,7 +66,7 @@ class ObSelectLogPlan : public ObLogPlan {
return const_cast<ObSelectStmt*>(static_cast<const ObSelectLogPlan&>(*this).get_stmt());
}
private:
private:
// @brief Allocate a hash group by on top of a plan tree
// ObLogicalOperator * candi_allocate_hash_group_by();
@ -175,7 +175,7 @@ class ObSelectLogPlan : public ObLogPlan {
int allocate_distinct_as_top(ObLogicalOperator*& top, const AggregateAlgo algo, ObIArray<ObRawExpr*>& distinct_exprs,
const ObIArray<OrderItem>& expected_ordering);
private:
private:
int decide_sort_keys_for_runion(
const common::ObIArray<OrderItem>& order_items, common::ObIArray<OrderItem>& new_order_items);
int init_merge_set_structure(common::ObIAllocator& allocator, const common::ObIArray<CandidatePlan>& plans,