mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for newQueryNodeFlowGraph (#13905)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13921/head
parent
5a2b0fa342
commit
b801f539a4
|
@ -39,6 +39,7 @@ type queryNodeFlowGraph struct {
|
||||||
dmlStream msgstream.MsgStream
|
dmlStream msgstream.MsgStream
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// newQueryNodeFlowGraph returns a new queryNodeFlowGraph
|
||||||
func newQueryNodeFlowGraph(ctx context.Context,
|
func newQueryNodeFlowGraph(ctx context.Context,
|
||||||
collectionID UniqueID,
|
collectionID UniqueID,
|
||||||
streamingReplica ReplicaInterface,
|
streamingReplica ReplicaInterface,
|
||||||
|
|
Loading…
Reference in New Issue