refactor codes
This commit is contained in:
parent
54da5e5f7e
commit
1e01ce39a7
|
@ -160,7 +160,7 @@ typedef struct SQueryRuntimeEnv {
|
||||||
SQueryFilesInfo vnodeFileInfo;
|
SQueryFilesInfo vnodeFileInfo;
|
||||||
int16_t numOfRowsPerPage;
|
int16_t numOfRowsPerPage;
|
||||||
int16_t offset[TSDB_MAX_COLUMNS];
|
int16_t offset[TSDB_MAX_COLUMNS];
|
||||||
int16_t scanFlag; // denotes reversed scan of data or not
|
uint16_t scanFlag; // denotes reversed scan of data or not
|
||||||
SInterpolationInfo interpoInfo;
|
SInterpolationInfo interpoInfo;
|
||||||
SData** pInterpoBuf;
|
SData** pInterpoBuf;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue