update index cache search

This commit is contained in:
yihaoDeng 2021-12-19 17:51:28 +08:00
parent 9140eb597c
commit 21d6ba86c0
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ typedef struct SIndexStat {
int32_t totalAdded; //
int32_t totalDeled; //
int32_t totalUpdated; //
int32_t totalTerms //
int32_t distCol; // distinct column
int32_t totalTerms; //
int32_t distinctCol; // distinct column
} SIndexStat;
struct SIndex {