From b99ac886bde651b0c72318ecc8c1476605091459 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Wed, 15 Dec 2021 21:15:11 +0800 Subject: [PATCH] [skip ci] Add comment for bin ivf conf adapter (#13465) Signed-off-by: shaoyue.chen --- internal/util/indexparamcheck/conf_adapter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/util/indexparamcheck/conf_adapter.go b/internal/util/indexparamcheck/conf_adapter.go index db1aabd1c7..ff00c6859c 100644 --- a/internal/util/indexparamcheck/conf_adapter.go +++ b/internal/util/indexparamcheck/conf_adapter.go @@ -265,6 +265,7 @@ func newBinIDMAPConfAdapter() *BinIDMAPConfAdapter { return &BinIDMAPConfAdapter{} } +// BinIVFConfAdapter checks if a bin IFV index can be built. type BinIVFConfAdapter struct { }