milvus/internal/reader/flow_graph_node.go

8 lines
190 B
Go

package reader
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
type BaseNode = flowgraph.BaseNode
type Node = flowgraph.Node
type InputNode = flowgraph.InputNode