[td-225]fix error by merge

This commit is contained in:
Haojun Liao 2021-04-11 11:13:33 +08:00
parent d24ac3a4e3
commit 023e7959f4
1 changed files with 0 additions and 11 deletions

View File

@ -146,17 +146,6 @@ typedef struct SInternalField {
SExprFilter *pFieldFilters;
} SInternalField;
typedef struct SFieldInfo {
int16_t numOfOutput; // number of column in result
SArray *internalField; // SArray<SInternalField>
} SFieldInfo;
typedef struct SColumn {
SColumnIndex colIndex;
int32_t numOfFilters;
SColumnFilterInfo *filterInfo;
} SColumn;
typedef struct SCond {
uint64_t uid;
int32_t len; // length of tag query condition data