mirror of https://github.com/milvus-io/milvus.git
11 lines
287 B
Go
11 lines
287 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
|