From 095b7c12c17ffcda434e9ee73d080cafce3060ba Mon Sep 17 00:00:00 2001 From: sunby Date: Wed, 15 Sep 2021 10:47:48 +0800 Subject: [PATCH] Add insert codec comment (#7891) Signed-off-by: sunby --- internal/storage/data_codec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/storage/data_codec.go b/internal/storage/data_codec.go index ca0f07aa86..8899b2ea4f 100644 --- a/internal/storage/data_codec.go +++ b/internal/storage/data_codec.go @@ -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 {