fix some replace expr bugs in optimizer
This commit is contained in:
@ -101,8 +101,7 @@ namespace sql
|
||||
virtual int get_plan_item_info(PlanText &plan_text,
|
||||
ObSqlPlanItem &plan_item) override;
|
||||
protected:
|
||||
virtual int inner_replace_op_exprs(
|
||||
const common::ObIArray<std::pair<ObRawExpr *, ObRawExpr*> >&to_replace_exprs);
|
||||
virtual int inner_replace_op_exprs(ObRawExprReplacer &replacer);
|
||||
private:
|
||||
OrderItem hash_sortkey_;
|
||||
common::ObSEArray<OrderItem, 8, common::ModulePageAllocator, true> sort_keys_;
|
||||
|
||||
Reference in New Issue
Block a user