diff --git a/src/pl/ob_pl_type.h b/src/pl/ob_pl_type.h index fe7cb1ac2..f43c3bfc6 100644 --- a/src/pl/ob_pl_type.h +++ b/src/pl/ob_pl_type.h @@ -733,7 +733,7 @@ public: share::schema::ObIRoutineInfo *routine_info_; const ObPLBlockNS *var_ns_; //当AccessType是SUBPROGRAM_VAR时,这里记录的是VAR对应的NS }; - common::ObArray type_method_params_; + common::ObSEArray type_method_params_; sql::ObRawExpr *get_sysfunc_; //user/session/pkg var or table index expr };