fix compile error in arm64
This commit is contained in:
parent
219bc838e5
commit
2df1702dae
|
@ -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;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue