[skip ci] Add comment for bin ivf conf adapter (#13465)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/13110/head
shaoyue 2021-12-15 21:15:11 +08:00 committed by GitHub
parent 0e24520192
commit b99ac886bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ func newBinIDMAPConfAdapter() *BinIDMAPConfAdapter {
return &BinIDMAPConfAdapter{} return &BinIDMAPConfAdapter{}
} }
// BinIVFConfAdapter checks if a bin IFV index can be built.
type BinIVFConfAdapter struct { type BinIVFConfAdapter struct {
} }