refactor codes

This commit is contained in:
hjxilinx 2020-02-22 01:47:38 +08:00
parent 54da5e5f7e
commit 1e01ce39a7
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ typedef struct SQueryRuntimeEnv {
SQueryFilesInfo vnodeFileInfo;
int16_t numOfRowsPerPage;
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;
SData** pInterpoBuf;