Change the rt exprs array source when in px batch rescan

This commit is contained in:
qianchanger
2023-03-02 16:44:34 +00:00
committed by ob-robot
parent 6b74f579c4
commit 0f0d98ce6a
3 changed files with 11 additions and 7 deletions

View File

@ -429,7 +429,10 @@ public:
const ObIArray<ObPxTabletRange> &get_partition_ranges() const { return part_ranges_; }
int set_partition_ranges(const ObIArray<ObPxTabletRange> &part_ranges);
int add_partition_range(ObPxTabletRange &part_range);
int fill_px_batch_info(ObBatchRescanParams &params, int64_t batch_id);
int fill_px_batch_info(
ObBatchRescanParams &params,
int64_t batch_id,
sql::ObExpr::ObExprIArray &array);
int64_t get_px_batch_id() { return px_batch_id_; }
ObDmlEventType get_dml_event() const { return dml_event_; }