mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Add comment for indexnode.Params (#14721)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
915f11b1cd
commit
fc415c0fb5
@ -67,6 +67,7 @@ var _ types.IndexNode = (*IndexNode)(nil)
|
|||||||
// make sure IndexNode implements types.IndexNodeComponent
|
// make sure IndexNode implements types.IndexNodeComponent
|
||||||
var _ types.IndexNodeComponent = (*IndexNode)(nil)
|
var _ types.IndexNodeComponent = (*IndexNode)(nil)
|
||||||
|
|
||||||
|
// Params is a GlobalParamTable singleton of indexnode
|
||||||
var Params paramtable.GlobalParamTable
|
var Params paramtable.GlobalParamTable
|
||||||
|
|
||||||
// IndexNode is a component that executes the task of building indexes.
|
// IndexNode is a component that executes the task of building indexes.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user