[skip e2e] Add comment for indexnode.Params (#14721)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/14746/head
shaoyue 2022-01-04 10:45:31 +08:00 committed by GitHub
parent 915f11b1cd
commit fc415c0fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ var _ types.IndexNode = (*IndexNode)(nil)
// make sure IndexNode implements types.IndexNodeComponent
var _ types.IndexNodeComponent = (*IndexNode)(nil)
// Params is a GlobalParamTable singleton of indexnode
var Params paramtable.GlobalParamTable
// IndexNode is a component that executes the task of building indexes.