mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
8 lines
196 B
Go
8 lines
196 B
Go
package querynodeimp
|
|
|
|
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
|
|
|
|
type baseNode = flowgraph.BaseNode
|
|
type node = flowgraph.Node
|
|
type inputNode = flowgraph.InputNode
|