[FEAT MERGE] support auto dop

This commit is contained in:
obdev
2023-04-28 15:11:52 +00:00
committed by ob-robot
parent 642f1c7d84
commit b41dc0ebdd
106 changed files with 3815 additions and 2844 deletions

View File

@ -29,6 +29,7 @@ public:
virtual int compute_sharding_info() override;
virtual int compute_op_ordering() override;
virtual int est_cost() override;
virtual int do_re_est_cost(EstimateCostInfo &param, double &card, double &op_cost, double &cost);
virtual bool is_block_op() const override { return true; }
inline void set_temp_table_id(uint64_t temp_table_id) { temp_table_id_ = temp_table_id; }
uint64_t get_temp_table_id() const { return temp_table_id_; }