[CP] reorder the order of complex filters

This commit is contained in:
obdev
2024-02-21 09:19:05 +00:00
committed by ob-robot
parent 0c3b7d08c4
commit fea19bc54e
31 changed files with 335 additions and 21 deletions

View File

@ -35,6 +35,7 @@ public:
virtual int do_re_est_cost(EstimateCostInfo &param, double &card, double &op_cost, double &cost) override;
int get_temp_table_exprs(ObIArray<ObRawExpr *> &set_exprs) const;
int allocate_startup_expr_post() override;
virtual int get_card_without_filter(double &card) override;
};
} // end of namespace sql