[FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
This commit is contained in:
@ -804,6 +804,10 @@ protected:
|
||||
const ObIArray<ObRawExpr *> &order_exprs,
|
||||
const ObIArray<ObExprResType> &order_col_types,
|
||||
double &cost);
|
||||
int cost_part_topn_sort(const ObSortCostInfo &cost_info,
|
||||
const ObIArray<ObRawExpr *> &order_exprs,
|
||||
const ObIArray<ObExprResType> &order_col_types,
|
||||
double &cost);
|
||||
|
||||
int cost_prefix_sort(const ObSortCostInfo &cost_info,
|
||||
const ObIArray<ObRawExpr *> &order_exprs,
|
||||
|
||||
Reference in New Issue
Block a user