[CP] fix not mark GI as partition-wise bug

This commit is contained in:
sdc
2023-07-28 06:54:16 +00:00
committed by ob-robot
parent 4108dccfbe
commit eb56572391
3 changed files with 16 additions and 6 deletions

View File

@ -204,7 +204,8 @@ private:
const ObIArray<ObRawExpr*> &distinct_exprs,
const double total_ndv,
const bool is_partition_wise = false,
const bool is_pushed_down = false);
const bool is_pushed_down = false,
const bool is_partition_gi = false);
/**
* @brief GENERATE the PLAN tree FOR "SET" operator (UNION/INTERSECT/EXCEPT)
* Warning: