[td-2895] refactor.

This commit is contained in:
Haojun Liao 2021-03-10 15:26:10 +08:00
parent ef5fa20441
commit db0d52706b
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ typedef struct SDataStatis {
typedef struct SColumnInfoData {
SColumnInfo info;
void* pData; // the corresponding block data in memory
char* pData; // the corresponding block data in memory
} SColumnInfoData;
typedef struct SResPair {

View File

@ -234,7 +234,7 @@ typedef struct SQueryRuntimeEnv {
SQuery* pQuery;
uint32_t status; // query status
void* qinfo;
uint16_t scanFlag; // denotes reversed scan of data or not
uint8_t scanFlag; // denotes reversed scan of data or not
void* pQueryHandle;
int32_t prevGroupId; // previous executed group id