milvus/internal/querynode/flow_graph_node.go
bigsheeper f02bd8c8f5 Rename query node package, implement watchDmChannel
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-01-16 10:12:14 +08:00

8 lines
193 B
Go

package querynode
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
type baseNode = flowgraph.BaseNode
type node = flowgraph.Node
type inputNode = flowgraph.InputNode