mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for insertNode operate (#12908)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/12930/head
parent
2b74d22b72
commit
c85a21edef
|
@ -63,6 +63,7 @@ func (iNode *insertNode) Name() string {
|
|||
return "iNode"
|
||||
}
|
||||
|
||||
// Operate handles input messages, to execute insert operations
|
||||
func (iNode *insertNode) Operate(in []flowgraph.Msg) []flowgraph.Msg {
|
||||
//log.Debug("Do insertNode operation")
|
||||
|
||||
|
|
Loading…
Reference in New Issue