adjust allocate window function operator, enhance pq_distribute_window hint

This commit is contained in:
chimyue
2023-07-19 03:12:22 +00:00
committed by ob-robot
parent 9a244755cd
commit 32636e05c4
20 changed files with 2204 additions and 1204 deletions

View File

@ -29,7 +29,6 @@ namespace sql
virtual int generate_normal_raw_plan() override;
private:
int check_explain_generate_plan_with_outline(ObLogPlan *real_plan);
int check_has_win_func(const ObDMLStmt *stmt, bool &has_win_func);
DISALLOW_COPY_AND_ASSIGN(ObExplainLogPlan);
};
}