milvus/internal/querynode/flow_graph_node.go
2020-11-25 18:39:05 +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