mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add insert codec comment (#7891)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
0f37b92040
commit
095b7c12c1
@ -134,6 +134,7 @@ type InsertData struct {
|
||||
Infos []BlobInfo
|
||||
}
|
||||
|
||||
// InsertCodec serializes and deserializes the insert data
|
||||
// Blob key example:
|
||||
// ${tenant}/insert_log/${collection_id}/${partition_id}/${segment_id}/${field_id}/${log_idx}
|
||||
type InsertCodec struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user