mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for deleteData (#12906)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
615b23a7b3
commit
4d80ea2b11
@ -51,6 +51,7 @@ type insertData struct {
|
||||
insertPKs map[UniqueID][]int64
|
||||
}
|
||||
|
||||
// deleteData stores the valid delete data
|
||||
type deleteData struct {
|
||||
deleteIDs map[UniqueID][]int64
|
||||
deleteTimestamps map[UniqueID][]Timestamp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user