mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for FieldData interface (#14351)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/14381/head
parent
5b8b68c9f2
commit
20cc6843a4
|
@ -105,6 +105,7 @@ func (b Blob) GetValue() []byte {
|
|||
return b.Value
|
||||
}
|
||||
|
||||
// FieldData defines field data interface
|
||||
type FieldData interface {
|
||||
GetMemorySize() int
|
||||
RowNum() int
|
||||
|
|
Loading…
Reference in New Issue