fix compile error in arm64

This commit is contained in:
dapan1121 2021-04-02 10:12:35 +08:00
parent 219bc838e5
commit 2df1702dae
1 changed files with 1 additions and 1 deletions

View File

@ -448,13 +448,13 @@ typedef struct SSqlFuncMsg {
typedef struct SExprInfo {
SSqlFuncMsg base;
SColumnFilterInfo * pFilter;
struct tExprNode* pExpr;
int16_t bytes;
int16_t type;
int32_t interBytes;
int64_t uid;
SSqlFuncMsg base;
} SExprInfo;
/*