milvus/internal/querynode/flow_graph_node.go

8 lines
196 B
Go
Raw Normal View History

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