milvus/internal/querynode/flow_graph_node.go
bigsheeper b98b226d8c Refactor query node and implement channelRemove, channelAdd
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-01-15 15:28:54 +08:00

8 lines
196 B
Go

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