Merge branch 'pr_1549'

This commit is contained in:
ob-robot
2023-09-13 05:38:03 +00:00
51 changed files with 167 additions and 167 deletions

View File

@ -208,7 +208,7 @@ public:
static bool same_exprs(const common::ObIArray<ObRawExpr*> &src_exprs,
const common::ObIArray<ObRawExpr*> &target_exprs);
//for topk, non terminal expr with agg params need to be deep copyed to prevent sum being replaced
//for topk, non terminal expr with agg params need to be deep copied to prevent sum being replaced
//with sum(sum)
static int clone_expr_for_topk(ObRawExprFactory &expr_factory, ObRawExpr* src, ObRawExpr* &dst);
@ -1593,7 +1593,7 @@ int ObOptimizerUtil::intersect(const ObIArray<T> &first,
/**
* @brief intersect, to reduce the assign cost when computing many sets' overlap.
* @param sets the element sets to calculate the overlap.
* @param result the reuslt of the overlap
* @param result the result of the overlap
* @return
*/
template <class T>