提交 2df1702d 编写于 作者: D dapan1121

fix compile error in arm64

上级 219bc838
...@@ -448,13 +448,13 @@ typedef struct SSqlFuncMsg { ...@@ -448,13 +448,13 @@ typedef struct SSqlFuncMsg {
typedef struct SExprInfo { typedef struct SExprInfo {
SSqlFuncMsg base;
SColumnFilterInfo * pFilter; SColumnFilterInfo * pFilter;
struct tExprNode* pExpr; struct tExprNode* pExpr;
int16_t bytes; int16_t bytes;
int16_t type; int16_t type;
int32_t interBytes; int32_t interBytes;
int64_t uid; int64_t uid;
SSqlFuncMsg base;
} SExprInfo; } SExprInfo;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册