[CP] fix losting order in select_plan

This commit is contained in:
jingtaoye35
2024-04-09 12:12:17 +00:00
committed by ob-robot
parent cc135f2ce2
commit 781b365061
5 changed files with 46 additions and 14 deletions

View File

@ -473,7 +473,7 @@ private:
* @return
*/
// int process_subplan();
int candi_allocate_subplan_filter_for_select_item();
int candi_allocate_subplan_filter_for_select_item(common::ObIArray<OrderItem> &order_items);
struct WinFuncOpHelper
{