mirror of https://github.com/milvus-io/milvus.git
parent
2ee45271d5
commit
a830c28bd8
|
@ -46,8 +46,11 @@ const (
|
|||
)
|
||||
|
||||
type (
|
||||
// InsertData of storage
|
||||
InsertData = storage.InsertData
|
||||
Blob = storage.Blob
|
||||
|
||||
// Blob of storage
|
||||
Blob = storage.Blob
|
||||
)
|
||||
|
||||
type insertBufferNode struct {
|
||||
|
|
Loading…
Reference in New Issue