Skip to content

Commit 20cc684

Browse files
authored
[skip e2e] Add comment for FieldData interface (milvus-io#14351)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
1 parent 5b8b68c commit 20cc684

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/storage/data_codec.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ func (b Blob) GetValue() []byte {
105105
return b.Value
106106
}
107107

108+
// FieldData defines field data interface
108109
type FieldData interface {
109110
GetMemorySize() int
110111
RowNum() int

0 commit comments

Comments
 (0)