mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for query node flow graph (#8326)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8338/head
parent
3b52389b3e
commit
220d17500c
|
@ -26,7 +26,7 @@ import (
|
|||
|
||||
type filterDmNode struct {
|
||||
baseNode
|
||||
loadType loadType
|
||||
loadType loadType // load collection or load partition
|
||||
collectionID UniqueID
|
||||
partitionID UniqueID
|
||||
replica ReplicaInterface
|
||||
|
|
Loading…
Reference in New Issue