[skip ci] Add comment for insertNode operate (#12908)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/12930/head
bigsheeper 2021-12-08 09:27:31 +08:00 committed by GitHub
parent 2b74d22b72
commit c85a21edef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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")