Fix compile warning

This commit is contained in:
obdev
2021-07-16 18:06:13 +08:00
committed by wangzelin.wzl
parent 9ea292d68b
commit 8cd6314c3b
13 changed files with 20 additions and 49 deletions

View File

@ -30,7 +30,7 @@ class ObSQLSessionInfo;
class ObPhysicalPlan;
class ObExecContext;
class ObUdfCtxMgr;
class ObPxDmlRowInfo;
struct ObPxDmlRowInfo;
struct PartParamIdxArray {
PartParamIdxArray() : part_id_(-1), part_param_idxs_()