[skip ci] Add comment for Init (#9206)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-10-04 18:00:12 +08:00 committed by GitHub
parent e6ee4f39bb
commit 4ccb2627c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,8 @@ func (p *ParamTable) InitOnce() {
p.Init()
})
}
//Init is used to initialize params
func (p *ParamTable) Init() {
p.BaseTable.Init()
err := p.LoadYaml("advanced/query_node.yaml")