提交 db0d5270 编写于 作者: H Haojun Liao

[td-2895] refactor.

上级 ef5fa204
...@@ -33,7 +33,7 @@ typedef struct SDataStatis { ...@@ -33,7 +33,7 @@ typedef struct SDataStatis {
typedef struct SColumnInfoData { typedef struct SColumnInfoData {
SColumnInfo info; SColumnInfo info;
void* pData; // the corresponding block data in memory char* pData; // the corresponding block data in memory
} SColumnInfoData; } SColumnInfoData;
typedef struct SResPair { typedef struct SResPair {
......
...@@ -234,7 +234,7 @@ typedef struct SQueryRuntimeEnv { ...@@ -234,7 +234,7 @@ typedef struct SQueryRuntimeEnv {
SQuery* pQuery; SQuery* pQuery;
uint32_t status; // query status uint32_t status; // query status
void* qinfo; void* qinfo;
uint16_t scanFlag; // denotes reversed scan of data or not uint8_t scanFlag; // denotes reversed scan of data or not
void* pQueryHandle; void* pQueryHandle;
int32_t prevGroupId; // previous executed group id int32_t prevGroupId; // previous executed group id
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册