From 21d6ba86c0cc168bc0f12534b7f4383e05ce1a27 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sun, 19 Dec 2021 17:51:28 +0800 Subject: [PATCH] update index cache search --- source/libs/index/inc/indexInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libs/index/inc/indexInt.h b/source/libs/index/inc/indexInt.h index a947e24a73..a96c8eecf4 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 {