milvus/internal/querynode/flow_graph_node.go

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