milvus/internal/reader/fg_node.go
bigsheeper b441685635 Refactor segment, partition and collection, refactor search and services
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-11-09 16:27:11 +08:00

10 lines
286 B
Go

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