2021-01-15 07:28:54 +00:00
|
|
|
package querynodeimp
|
2020-11-02 11:30:12 +00:00
|
|
|
|
|
|
|
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
|
|
|
|
|
2021-01-15 07:28:54 +00:00
|
|
|
type baseNode = flowgraph.BaseNode
|
|
|
|
type node = flowgraph.Node
|
|
|
|
type inputNode = flowgraph.InputNode
|