diff --git a/source/libs/index/inc/indexInt.h b/source/libs/index/inc/indexInt.h index a947e24a73feb6c4bbbfa14ce5f98548e7794c12..a96c8eecf45bb4220938afb62d17fa0211ebc685 100644 --- a/source/libs/index/inc/indexInt.h +++ b/source/libs/index/inc/indexInt.h @@ -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 {