milvus/internal/reader/flow_graph_node.go
FluorineDog e7dd30a884 Add framework of ExecExprVisitor
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-11-18 17:32:52 +08:00

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