[td-2895] refactor.
This commit is contained in:
parent
ef5fa20441
commit
db0d52706b
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue