fix some dup table bugs

This commit is contained in:
ChangerR
2023-08-15 10:10:47 +00:00
committed by ob-robot
parent fcde1af1cd
commit 7d7e68e967
11 changed files with 79 additions and 75 deletions

View File

@ -1665,6 +1665,8 @@ public:
ObIArray<ObExecParamRawExpr *> &right_above_params);
// 生成 partition id 表达式
int generate_pseudo_partition_id_expr(ObOpPseudoColumnRawExpr *&expr);
int adjust_dup_table_replica_pos(int64_t dup_table_pos);
public:
ObSEArray<ObLogicalOperator *, 16, common::ModulePageAllocator, true> child_;
ObSEArray<ObPCParamEqualInfo, 4, common::ModulePageAllocator, true> equal_param_constraints_;